I am trying to pull data for all Power Bi Apps in our organization using a Function App.
I am reading the documentation for Power BI APi: https://learn.microsoft.com/en-us/rest/api/power-bi/apps/getreport
Though I dont really understand that it states:
Required scope: Report.ReadWrite.All or Report.Read.All To set the permissions scope, see Register an app.
When at the same time it says:
"Limitations: Service principal authentication is not supported."
I would really like to use a service principal. :/