POWER BI has multiple sheets based on the filter condition. Using power automate multiple sheets should export to multiple workbooks(excel sheets) . Any help
currently i am using below steps which generates single excel file.

POWER BI has multiple sheets based on the filter condition. Using power automate multiple sheets should export to multiple workbooks(excel sheets) . Any help
currently i am using below steps which generates single excel file.
You could export the report and not run a query against the dataset. If you are just querying the dataset, you'll have to filter the array after the fact, and put it in a loop to create multiple files.
If you export the report, you can specify the page to export, as well as bookmarks which you can set in the report to contain a specific combination of filter values. I don't think there is a way to create multiple sheets or tabs within one excel file.