How to connect to the ADX raw data? #1916
Replies: 5 comments 1 reply
-
|
Hi @francesco1119, great question... Power BI is not expected to connect directly to the raw ADX ingestion tables. Intended flowgraph LR
A[Parquet exports] --> B[ADX raw tables]
B --> C[KQL transformations]
C --> D[Curated / semantic tables]
D --> E[Power BI Semantic Model]
E --> F[Dashboards]
Because raw tables contain arrays and nested structures, DirectQuery or importing years of data does not scale well. If your goal is to improve dashboards, working on top of the semantic layer is the safest approach. |
Beta Was this translation helpful? Give feedback.
-
|
OK, it's all clear now. One last question: where can I find the KQL code? |
Beta Was this translation helpful? Give feedback.
-
|
i @francesco1119, there isn’t a public repository with the semantic model KQL code for CostSummary that’s shared by Microsoft. If your project has one, it should be in your team’s internal repo (GitHub/DevOps, etc). Alternatively, you can open the .PBIT/.PBIX file, go to Transform data → Advanced Editor and you’ll see the actual KQL query being used in each query step that’s often the easiest way to extract or review the KQL being run by Power BI. |
Beta Was this translation helpful? Give feedback.
-
|
@francesco1119 Specifically: That would help clarify whether this is a schema related limitation or a specific query pattern issue. |
Beta Was this translation helpful? Give feedback.
-
|
Yeh, this happens when I target the Hub database:
The very first function fails and makes fail all the rest
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello @flanakin , I would like to help in the project.
I will start by proposing a few changes in the Power BI dashboards.
But how to connect to the ADX raw data?
If I try to connect to the ADX it asks for Import or DirectQuery:
And then if I do that I see Hub and Ingestion
And if I connect using the Power BI Semantic Model
I could then import.
But if I take CostSummary I see
CostsandPricingUnitsAnd all the columns looks completely different from the raw data that I'm supposed to see in the Parquet export.
These data are maybe already cleaned up and you are OK with me playing with those.
But we have to discuss this before I start working.
Beta Was this translation helpful? Give feedback.
All reactions