Forum Discussion
PMFlorenzano
1 year agoHelper I
The resource principal named https://api.powerbi.com was not found in tenant named [Tenant Name]
Hello, I built a logic app that will process a number of tables when triggered. We were using Azure Analysis Services but switched over to Power BI Premium Semantic Models. I'm using the cor...
NandanHegde
1 year agoSuper User
It seems you are using a worng Resource URI to generate OAUTh token.
Can you confirm what resource URI you are using?
plz use the below one : https://analysis.windows.net/powerbi/api
- PMFlorenzano1 year agoHelper I
Hello NandanHegde,
I'm using the https://api.powerbi.com/v1.0 as explained within this article below but I'm new at this setup and know that something is not setup right.
I have a logic app that I'm using to update several tables within a semantic model
https://learn.microsoft.com/en-us/power-bi/connect-data/asynchronous-refresh#base-urlThank you