Forum Discussion
How to export data from a visual (having workspaceid,reportid and visualid) without embed the report
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.
- Anonymous2 years agoNot 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.
- Anonymous2 years agoNot 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?
- lbendlin2 years agoSuper User
Click the ellipsis on the visual. Export Data. Excel with live connection. Right click in the result. Table... Edit query. Grab the DAX.
- Anonymous2 years agoNot applicable
We are trying to do the export data part itself progrmatically since we don't have access to export data via frontened, so is there any other suggesstion?