Forum Discussion
Anonymous
4 years agoNot applicable
Using Service Principal for refreshing datasets published in PowerBI Premium Per user workspace
Hi, Can we use service principal to automate refresh of Tabular models that are deployed to PowerBI Premium Per User workspace? We plan to use Azure Automation runbook to achieve this. Regar...
ibarrau
4 years agoSuper User
Hi, sure you can. You can follow this post to set up some configurations until the data factory section starts
https://blog.ladataweb.com.ar/post/642023841877671936/azuredatafactory-actualizar-powerbi-con
Then you can write your runbook in any language to make two requests. One for geting the bearer token and another to post the refresh.
I hope that helps,