Replies: 8 comments 12 replies
-
|
Can you help me help you? |
Beta Was this translation helpful? Give feedback.
-
|
¿What this error usually means? Why this happens
In this state, the dashboard template cannot bind to its configured data source and returns Configured data source not available Running these usually identifies the issue:
If you can confirm:
|
Beta Was this translation helpful? Give feedback.
-
|
@DakotaB75, Thanks for your help! I ran those two queries, and this is what I got... It looks like the tables don't exist. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, the screenshots help Your data is already ingested. To verify it, query the raw cost table directly: ActualCosts_raw
| take 10If that returns rows, ingestion is correct and the dashboards will work. |
Beta Was this translation helpful? Give feedback.
-
|
Root Cause Option 1: Switch databases in the UI Option 2: Fully qualify the table
Configured data source unavailable. This confirms:
|
Beta Was this translation helpful? Give feedback.
-
|
Now I see why the Power BI dashboards are so fast: the calculation is done in KQL at Azure Data Explorer Cluster level. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ctsaund85, Just to make sure I understand the situation correctly: the dashboard was working as expected, and the issue only started after you removed the existing data source and added it again. Is that correct? |
Beta Was this translation helpful? Give feedback.
-
|
I was able to reproduce the error. on ADX go to Dashboards > Import dashboard from file
Pickup the JSON file that I'm putting here in attach Now the dashboards are completely broken:
Now go to Data Source > Edit, you will see that the Cluster URL is the default one change that and put instead your Cluster URL. Wait a few seconds and the data will be rendered. |
Beta Was this translation helpful? Give feedback.








Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure what's going on, but I'm having trouble with the ADX Dashboard showing any data. Before I got a 401 error message, I deleted the data source and added it again, now I'm getting error message "Configured data source not available"

My pipeline is working; I've checked the storage account and can see the correct files in the correct places. But I'm not sure what to do here. Does anyone have any ideas that can help me? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions