Forum Discussion
Programmatically Export Dashboard to PNG
I have seen APIs and examples hosting dashboards in a web app. Using these or otherwise, can we programmatically export dashboard into a PNG (or any image)?
- Anonymous8 years ago
I have found a solution internally. Our organization uses an inernal APP that is capable of hosting Power BI dashboard. This is the solution that worked for me.
7 Replies
- AnonymousNot applicable
I have found a solution internally. Our organization uses an inernal APP that is capable of hosting Power BI dashboard. This is the solution that worked for me.
- Eric_ZhangMicrosoft Employee
Anonymous wrote:
I have seen APIs and examples hosting dashboards in a web app. Using these or otherwise, can we programmatically export dashboard into a PNG (or any image)?
Anonymous
AFAIK, it is not possible to export dashboard into a PNG or any image, not to mention any Programmatical API. May I know why you'd like the dashboard images? If to integrate the images to your application, there's a feature embedding dashboards which has more interactions than images.
Anyway, you can submit your request at Power BI Ideas and vote it up.
- AnonymousNot applicable
Eric_Zhang I need to take these images and then export them to a system which will show these on a screen. I guess another possiblity is if the system itself was capable of hosting PowerBI dashboards directly. For now, it can only accept images so I was thinking of an way to automate this.