The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Is there a way to hide the save option from the embedded report.
we are currently using Pro license, so clicking on the save option gives error message.
Hi.
Did you got any solution to this issue? I also want to hid Save report option but can't find any way to do that
Hi, @lwgpowerbiadmin
You are not the first to encounter this kind of problem.
You can try the soultion mentioned by @BernardWilliam in the link below.
Embedded for Customer: Cannot Save Report
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();
Best Regards,
Community Support Team _ Eason
Hi @v-easonf-msft ,
Please can you tell me where should this parameter be entered?
Thank you,
Vishesh Jain
Proud to be a Super User!
Hi,
We don't want users to save the edited report. They can save a copy instead.
We want the save option to be hidden or disabled.
Activity ID: d73421a4-6871-4707-8ff2-9a03800d234d
Request ID: e4e61ca4-6575-db49-6b7c-cb6b8b7208c5
Correlation ID: 67f71c12-aca3-032a-20f3-5f4d3ef8e68f
Time: Wed Feb 23 2022 19:03:20 GMT+0530 (India Standard Time)
Service version: 13.0.17717.54
Client version: 2202.2.09992-train
Cluster URI: https://WABI-WEST-US-D-PRIMARY-redirect.analysis.windows.net
This is the error showing but i want that save option to be hidden.