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.
Hello, everyone! I am developing a custom PowerBI visual. I want to use the native Export => PowerPoint option while in ViewMode:
By default, everything works correctly.
However, users in ViewMode can edit the visual slightly,
(e.g. expand / collapse rows)
but cannot click the Save button.
Is there any way to configure the Visual to PowerPoint export flow so that even without clicking the Save button, the latest changes in Visual are always exported (at least the Expand/Collapse status)?
Hi @DmytroKurhan,
The export to PowerPoint flow involves the report being (re) opened on a remote environment (not the current window), so it's as if your report has been re-opened again, and the initial view is what's captured by the export process.
The only control you have is to signal whether your visual has completed its rendering (renderingFinished) via the events API. Perhaps if you can automate what you want to do via code, you might be able to tailor the output. However, you cannot wait for user input, as the report will be opened or exported elsewhere.
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.