Dear Microsoft Power Automate Community,
Refer to the attached screenshot, I have created a flow to run the recurrence on three (3) Scopes that will run DAX queries on the same Power BI dataset. However, I have the following queries for the next steps:
1) How to combine two (2) DAX queries into one (1) single CSV table? Should I use "first table rows" or "output" from Create CSV Table? Or should I use Compose/Select then use "Union" function to join them?
2) With the generated CSV tables, how to combine these CSV tables into three (3) different Worksheets in one (1) single Excel file?
I have tried to google-ed the answers from this forum (such as the link below), but I still can't understand how to do it yet.
Combine Multiple CSV tables into one file - Power Platform Community (microsoft.com)
Much appreciated for your advise.