Forum Discussion
Exporting data from a custom visual using powerbi-client javascript library
- Anonymous4 years ago
Hi technerd01 ,
Power BI custom visuals and R visuals aren't currently supported to use export function in Power BI. Here I suggest you to try Power BI Rest API to export data from custom visual.
For reference:
Exporting a page or a single visual
Depending on the type of export, you need to pass different attributes to the ExportReportPage object.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi technerd01 ,
Power BI custom visuals and R visuals aren't currently supported to use export function in Power BI. Here I suggest you to try Power BI Rest API to export data from custom visual.
For reference:
Exporting a page or a single visual
Depending on the type of export, you need to pass different attributes to the ExportReportPage object.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.