Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
emotix
Frequent Visitor

Unable to save existing report (Save As works fine) via Embedded/App owns Data

Hey there,

 

We're unable to save existing reports via Power BI embedded. We're able to Create and Save As just fine, however, editing an existing report and 'File' > 'Save' just isn't working.

 

Permissions appear to be fine on the Power BI/Azure side. The user is a Power BI pro account user and the admin of the power bi workspace.

 

Is there a chance this just isn't supported at all? Hopefully someone has an idea, we're running around chasing our tail at this point. I'm willing to bet it isn't as the GenerateTokenRequest only has a parameter to allow SaveAs.

 

image.png

Thanks!

1 ACCEPTED SOLUTION

Hey jawarren, we figured it out not long ago after contacting Microsoft through the office support ticketing system.

 

Turns out there is no bug, the above response from MS threw me off for months thinking they indeed had a problem to fix.

 

When you generate the token request, make sure you pass "edit" for the access level. That's all we were missing. Hope that helps!

      

var generateTokenRequestParameters = new GenerateTokenRequest(accessLevel: "edit");
 
 

View solution in original post

8 REPLIES 8
v-sihou-msft
Microsoft Employee
Microsoft Employee

@emotix

 

We have reported this issue internally. 

 

Regards,

Hi sihou

 

Any update? This is a big showstopper for us.

 

Thank you 

emotix
Frequent Visitor

Any insight to this issue yet? We're still unable to save.

 

Same issue as before:

Untitled.png

 

 

 

Same here!!! Any updates?

Hey jawarren, we figured it out not long ago after contacting Microsoft through the office support ticketing system.

 

Turns out there is no bug, the above response from MS threw me off for months thinking they indeed had a problem to fix.

 

When you generate the token request, make sure you pass "edit" for the access level. That's all we were missing. Hope that helps!

      

var generateTokenRequestParameters = new GenerateTokenRequest(accessLevel: "edit");
 
 
Anonymous
Not applicable

Hi @emotix,

 

I don't fully understand your solution.

Previously I had no issues saving the report from the workspace, but then all of a sudden I had this issue. 

I don't know where to check for the token request? 

I am querying from Google Analytics and MailChimp and am receiving this error. I am not sure where to change the token request to "edit." 

 

How do I do this?

 

Thanks,

Mike

That works! Thank you! I can't tell you how much time I've spent on this and documentation I've searched through! We are generating our tokens with http requests via the Power BI API and I can't find any mention of this anywhere: https://msdn.microsoft.com/en-us/library/mt784614.aspx

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.