Forum Discussion
How to export data from a visual (having workspaceid,reportid and visualid) without embed the report
Anyone knows how to export data from a visual (having workspaceid,reportid and visualid) without embed the report?
8 Replies
- lbendlinSuper User
If you only need the data then copy the DAX query for that visual from the Performance Analyzer and run that DAX query with your XMLA tool of choice.
- AnonymousNot applicable
What is DAX query? Where will we get it? Could you please explain in detail along with screenshots as we have access to power BI online only.
- AnonymousNot applicable
We will be needing data lying behind the visuals however we were not able to use performance analysers as we are using only powerbi online. Is there any other suggestions to achieve our requirement?
- lbendlinSuper User
Click the ellipsis on the visual. Export Data. Excel with live connection. Right click in the result. Table... Edit query. Grab the DAX.
- AnonymousNot applicable
lbendlin Thanks for your contribution on this thread.
Hi Anonymous ,
Base on your description, it seems like you want to export the data from the visual in Power BI Service. If yes, you can refer the following official documentation to get it:
Export data from a Power BI visualization - Power BI | Microsoft Learn
Best Regards
- AnonymousNot applicable
It is exporting data from frontened, but i need to do via code and without embedding the report as well, so is there any possibility to do that?