Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Power Automate: Export To File for Power BI Reports with multiple report level filters

Hi,   I am currently working on Power Automate flows with the Export To File for Power BI Reports function. I noticed that at present only one report level filter is supported. Are there plans t...
  • BhavinVyas3003's avatar
    1 year ago

    There is no update in the Microsoft Power BI documentation or on the Power Platform release plans about expanding support for multiple report-level filters.

    Workarounds:

    1. Use page-level or visual-level filters instead of report-level ones.
    2. Create report bookmarks with pre-applied filters and trigger export using those.
    3. Use Row-Level Security (RLS) to dynamically filter based on user or parameter.
    4. For more complex use cases, consider Paginated Reports, which allow multiple filter parameters via URLs.