Hi,
Has anyone had any sucess in using the PowerBI connected system and components?
Whenever I try to use the reportField function, I only get "[]" (red brackets) on the interface. If I check the Developer Tools on the browser, the call to GenerateReportEmbedToken returns the folowing error:
{"error":{"code":"Unauthorized","message":"Report.Read.All Dataset.Read.All"}}
Could this be something related to security/permissions on Azure/PowerBI? Any ideias?
Thanks
Discussion posts and replies are publicly visible
Have you ensured that your api has delegated permissions to the Report.Read.All for the Power BI Service and that an admin has consented? See the example below:
Also note that it may take a minute or two to take effect if you make any changes
Just chiming in here that these permissions (on the Azure admin side, which I have no control over) were the trick to getting the component to successfully show data on-form. Prior to that, I was able to successfully query metadata about reports, groups, etc, via the connected system, but actually getting the component loading wasn't working. For me (in 20.4) it was just showing a plain blank box.