From 40536a565f44e9b068ca33b68fb5c756e5cc61bc Mon Sep 17 00:00:00 2001 From: Mucahit Bilal GOKER <51519350+bimgeek@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:06:13 +0300 Subject: [PATCH] feat: add Application ID column (#223) * add application id column * use record --- src/powerbi-data-connector/speckle/api/GetStructuredData.pqm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/powerbi-data-connector/speckle/api/GetStructuredData.pqm b/src/powerbi-data-connector/speckle/api/GetStructuredData.pqm index f725af8..096f21a 100644 --- a/src/powerbi-data-connector/speckle/api/GetStructuredData.pqm +++ b/src/powerbi-data-connector/speckle/api/GetStructuredData.pqm @@ -57,6 +57,7 @@ #"Speckle Type" = record[speckle_type], // Speckle Type #"Version Object ID" = rootId, #"Model Info" = rootId, + #"Application ID" = Record.FieldOrDefault(record, "applicationId", null), // Application ID data = cleanedRecord // Data ] )