Forum Discussion
Export data from a published report
Click ellipse on the right-top of a visual-> click export data.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- arashaga7 years agoHelper I
That does not show in the published reports it only shows in reports hosted on office 365.
- v-yuta-msft7 years agoCommunity Support
Have you enabled the Get Data API? Please check link below about Get Data API.
https://azure.microsoft.com/en-us/updates/power-bi-embedded-get-visual-data/
https://github.com/Microsoft/PowerBI-JavaScript/wiki/Export-Data
Also note the limitation of export data:
-
Power BI only supports export in visuals that use basic aggregates. Export is not available for visuals using model or report measures.
-
Custom visuals, and R visuals, are not currently supported.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- arashaga7 years agoHelper I
Thanks for the reply. Can you provide a better example on the export API. I saw the code sample on the github but how do yo place it whithin the context? or how do you bind it to a button as an example to download a data. Also, on the giuthub page the link to "export data documentation" gives you 404.
-