Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Good morning all,
I would like to know if it is possible to retrieve the data of a table via a dashboard thanks to an http GET request?
I have a dashboard that shows me data and I would like to retrieve this data automatically, via an Http request and output the data in JSON formart
Do you think this is possible?
No, but you can run queries against an XMLA endpoint. There are examples on various sites how to do that in Powershell, or in Azure Data Studio etc. Note that this will not query a table, but the entire data model.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |