Forum Discussion
Developmentguy
2 years agoRegular Visitor
Export api using .net 4.5 sdk
I am working on a project that is based on .net version 4.5, I want to acheive the export to pdf functionality of Power Bi reports. I tried to use the ExportReportInGroupAsync but its not working, i...
Developmentguy
2 years agoRegular Visitor
Hi lbendlin I managed to work on the REST api, and now I have completed the export to pdf (full page along with filters), Now I am looking for a way to export a single visual with filter/slicers applied.
any idea? is it possible?
lbendlin
2 years agoSuper User
Now I am looking for a way to export a single visual with filter/slicers applied.
That's a bit of a contradiction.
Anyway - put that visual on its own page and export that page.
- Developmentguy2 years agoRegular Visitor
Can I dynamically/programmatically add to its own page and then perform export without knowing the end user?
- lbendlin2 years agoSuper User
Don't think so
Reports - Export To File In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
- Developmentguy2 years agoRegular Visitor
Hi lbendlin , isn't there a way to export single visual with filter/slicer applied? I have multiple visuals in one page.
- lbendlin2 years agoSuper User
Not to my knowledge.