Hello All,
Power Automate newbie here so really appreciate your suggestions on this issue i'm having.
I created a simple flow to email a table of data from Power BI. Since the row count exceeds 1k I had to go through the PA online to make it work. The flow has the following steps:
1. Query against Power BI Dataset
2. Create CSV Table
3. Email that CSV
The issue I am having is - I went into Power BI and did the step where you record the table dax query in the analyzer to get that however the order it created it in is not the order that is in the table visual. Second is that the column headers are giving a DB like appearance like Table[Column] instead of Name for example.
My question is - what is the best way to change the order and names of the columns from the dataset query? I tried to go into the DAX code in step 1 and change it there but that keeps giving me errors that don't make any sense like a column has more than 1 value, etc. after I change the code but if I run it as-is it works just fine.
Any suggestions would be appreciated - thanks!