Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Thanks!
Solved! Go to 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");
Hi sihou
Any update? This is a big showstopper for us.
Thank you
Any insight to this issue yet? We're still unable to save.
Same issue as before:
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");
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