I have a flow that takes a PowerBI table and drops the data into a set of Excel files (row by row) based on email address in one column:
1. Looks up all the email address in the PowerBI tables.
2. Creates one Excel file for each email address.
3. Populates the rows of the PowerBI table into Excel files based on email address.
Everything works fine, but the Excel files are all sorted alphabetically by the third column. I would like to sort it by a different column but I can't figure out where the sort order is coming from.
- The Excel template I use is not set to sort by any particular column. Sorting is manual in Excel anyways so it wouldn't be set there.
-I can't find any settings in any of the PowerAutomate steps that would order the data in Excel. I don't even think that functionality exists in PA.
- I've played around with various settings on the PowerAutomate visual in PowerBI, as well as the page visuals and filters but nothing seems to work. My suspicion is that it's coming from here somehow but I just can't find it.
Any idea where Excel would be getting the command to sort by column 3??