Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I'm trying to implement the Power BI Embedded for customers for reports that have live connection to Azure Analysis Service applying RLS.
While I try to get embed token I got "FeatureNotAvailableError" error.
I'm using ClientID and Secret to get auth token from Azure, next I created service principal and granted admin to the releveant workspace. Of course my ClientID have instance admin in my Azure Analysis Services.
I try to send POST report to https://api.powerbi.com/v1.0/myorg/GenerateToken
I have header "X-PowerBI-Profile-Id" for my service principal
My body is
Solved! Go to Solution.
Hi @LevGelman ,
Service principal only supports some read-only admin APIs. Please check if you have enable service principal authentication for read-only admin APIs in Admin portal.
And check if you hit any following limitations, please find more details in this official documentation.
Best Regards
Hi @LevGelman ,
Service principal only supports some read-only admin APIs. Please check if you have enable service principal authentication for read-only admin APIs in Admin portal.
And check if you hit any following limitations, please find more details in this official documentation.
Best Regards