
Announcements
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, not like in DAX studio where you need to hardcode values.
so if i could have data like using Export to data from visual directly - below example rows from csv exported directly from power bi desktop:
MeterCategory MeterSubCategory Sum of CostInBillingCurrency
Virtual Machines Mdsv3 High Memory Series Linux $20739,84
Azure NetApp Files $17116,24
Virtual Machines Mdsv3 Medium Memory Series Linux $10140,57
Virtual Machines Edsv5 Series $7783,53
How can i generate it automatically in order to be read by java to perform regression/comparison tests?
Best,
Jacek