Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have a some Power BI reports embedded in a ASP.Net Core App. It is using an Azure service principal to authenticate with the Power BI service. I display the report in edit mode, but once I click on Save. I get the following message
If I login to the powerbi.com I can save the report without any problem. I wonder if the issue could be with app permissions on Azure. It has the following permissions
The Read.All is long standing, but the ReadWriteAll is new. "Save As" functionality is working.
Any help/suggestions appreciated.
Thanks,
Bernard
Solved! Go to Solution.
Thank you the thread you refered to did indeed help to solve my problem. The code snippet in the thread is out of date as far as I can tell. The fix for my issue was to pass true for the AllowEdit parameter of the GenerateTokenRequestV2Report() method.
var reports = reportIds.Select(reportId => new GenerateTokenRequestV2Report(reportId, true)).ToList();
Thank you for your help.
Bernard
Hi @BernardWilliam ,
Please refer to the same thread:
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you the thread you refered to did indeed help to solve my problem. The code snippet in the thread is out of date as far as I can tell. The fix for my issue was to pass true for the AllowEdit parameter of the GenerateTokenRequestV2Report() method.
var reports = reportIds.Select(reportId => new GenerateTokenRequestV2Report(reportId, true)).ToList();
Thank you for your help.
Bernard
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.