Hi!
Assume, I have a simple dataset with revenue by an entity by month.
I want a flow to take all the filtered (or unfiltered) combinations of entity and month, create a *.csv file by an entity by month, and dump them into a OneDrive folder.
i.e. if you have 2 entities: A & B
...and 2 months July & August,
I want the flow to create 4 .csv files:
1) EntityA_July.csv,
2) EntiyA_August.csv,
3) EntityB_July.csv,
4) and EntityB_August.csv
Any help is appreciated!