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?
Reader Interactions