The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm trying to create possibility for Web App users to Edit and Save Copy of report.
I can track Save and SaveAs events only at saved event. To determine type of the action I need to compare Ids from customEvent detail (for SaveAs event.detail.originalReportObjectId defined, for Save - not).
My questions:
Solved! Go to Solution.
@hexeh wrote:
I'm trying to create possibility for Web App users to Edit and Save Copy of report.
I can track Save and SaveAs events only at saved event. To determine type of the action I need to compare Ids from customEvent detail (for SaveAs event.detail.originalReportObjectId defined, for Save - not).
My questions:
- Is there any other possibility to determine saving type?
- Is there any possibility to see the actual report name (for now event.detail.reportName is empty)?
- When does saveAsTriggered event fire?
@hexeh wrote:
I'm trying to create possibility for Web App users to Edit and Save Copy of report.
I can track Save and SaveAs events only at saved event. To determine type of the action I need to compare Ids from customEvent detail (for SaveAs event.detail.originalReportObjectId defined, for Save - not).
My questions:
- Is there any other possibility to determine saving type?
- Is there any possibility to see the actual report name (for now event.detail.reportName is empty)?
- When does saveAsTriggered event fire?
Hi @Eric_Zhang , can we have any update on saveAsTriggered event in powerbi embed application.