Welcome to our Knowledge Base
Tip: Start typing in the input box for immediate search results.
Filter the data in Power BI before you export it to excel using Power Automate
It is finally time to filter Power BI data using the filters in the report before we export it elsewhere, like excel, using Power Automate new step: Run a query against a dataset.
Here is the concatenate step, so you can copy it:
concat('"', replace(item()?['CategoryName'], ', ', '", "'), '"')
Watch the tutorial:

Was this helpful?
Hi! I’ve added my filters but now my csv is only 1k rows and it should be 10k. Any workaround to this? Without the filters it gets exported correctly. Thanks for these series of videos, are great!