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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi, we currently use the Power BI REST API to retrieve refresh history for out datasets https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history
We are trying to do the same with Datamarts, but get Not found errors.
I've also tried using a URL in the form
https://api.powerbi.com/v1.0/myorg/groups/<workspace_id>/datamarts/<datamart_id>?$select=
with no luck.
The "select" parameter is useful for others things, but it was shown to us by a Microsoft support agent and we haven't been able to find documentation on what the possible values for the $select parameter.