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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Anonymous
Not applicable

Power BI Embedded override SaveAs event

Following the example in the Power BI playground, I'm using the code below to override SaveAs event:

 

report.off("saveAsTriggered");
report.on("saveAsTriggered", function (event) {
report.off("saveAsTriggered");
console.log(event.detail);
});

 

But for some reason, it doesn' work. The default SaveAs still gets triggered. Can anybody help me?

2 REPLIES 2
eudinnou
Frequent Visitor

what's missing from the documentation is the part where you have to set `useCustomSaveAsDialog` to true in the settings

jjgray-sl
Frequent Visitor

This still appears to be an issue (at least for me!)

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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