Forum Discussion
Louis123
10 months agoNew Member
Export to PNG a single visual via Rest API
HI All, I am trying to export a single visual (bar chart) in a report to a PNG file including passing a year paramter for the year. Unfortunalety it does not take the year no matter what vararions...
- 10 months ago
Reports - Export To File In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn will only go down to report page level, not to visual level. You can get the page ID from the Embedded Playground (for example). Make sure you specify both table and column when you are adding a filter.
lbendlin
Super User
10 months agoReports - Export To File In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn will only go down to report page level, not to visual level. You can get the page ID from the Embedded Playground (for example). Make sure you specify both table and column when you are adding a filter.