The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.