Forum Discussion
VBA code to convert Embeded Power BI Report in PowerPoint to Static Image
Hello
I really like the embedded Power BI reports in Powerpoint, a really great feature. However, sometimes when presenting live, the Power BI report can sometimes take a moment to load, or require internet connection, which can be alleviated by using the convert to static image feature (and then reversed etc.)
My question is whether anyone knows if there is a VBA code or macro in order to convert the embedded Power BI files from live to static (and vice versa) in case one has multiple reports across a lot of pages?
Thank you for your help
- Anonymous3 years ago
Hi chrisrobaciu,
Perhaps you can try to use the 'export file' API to export the current report contents.
Export Power BI embedded analytics reports API - Power BI | Microsoft Learn
BTW, I think VBA code usage should be more related to excel, perhaps you can try to post this at excel or VBA coding related forums to get better support.
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi chrisrobaciu,
Perhaps you can try to use the 'export file' API to export the current report contents.
Export Power BI embedded analytics reports API - Power BI | Microsoft Learn
BTW, I think VBA code usage should be more related to excel, perhaps you can try to post this at excel or VBA coding related forums to get better support.
Regards,
Xiaoxin Sheng