Forum Discussion
jaryszek
1 year agoSuper User
Need to export data from each visual to readable format like json or csv
Hi Guys, I want to create regression tests for comparing my input data aggregations done on raw csvs sqls (in java) with visuals created with DAX measures. I want to have fully automated way, ...
- 1 year ago
Hi jaryszek,
Thank you for reaching out to Microsoft Fabric Community.
This may achieve through power Automate, i would suggest raising a ticket is power automate forum for faster resolutions.Forum Linke : Microsoft Power Platform Community Forum Thread
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos".
KonradZawel
1 year agoHelper I
You can export data from Power BI visuals as CSV or Excel files. This lets you save either summarized or underlying data in a readable format for analysis or sharing.
jaryszek
1 year agoSuper User
Thanks, but is the way to make this automatically through rest api or other tools?