Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
PatrickGreen
Frequent Visitor

Using Power Automate to Update Filter Selection in Power BI Report

Hi! So I want to create a Power Automate button in a Power BI report, when upon clicking that particular button, it would update the date filter inside the report to contain last month. Has any work been done on this? I am trying to review the Power BI report actions possible in Power Automate, and I am not seeing yet if this could be possible.

2 ACCEPTED SOLUTIONS
nilendraFabric
Community Champion
Community Champion

Hello @PatrickGreen 

 

Power Automate cannot directly modify Power BI report filters (like slicers or visual-level filters) through its standard actions. However, you can indirectly influence filters by updating the underlying data sources or using DAX queries.

 

Power Automate lacks actions to programmatically adjust Power BI report filters (e.g., slicers, dropdowns).
• Attempts to pass filters dynamically (e.g., via JSON) often fail due to syntax or authentication limitations

 

Use a parameter table (e.g., `FilterConfig` in SharePoint/SQL) to toggle filter logic in Power BI via DAX measures. Power Automate can update this table to trigger filter changes

 

 

View solution in original post

v-csrikanth
Community Support
Community Support

Hi @PatrickGreen 

As highlighted by @nilendraFabric, the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.


If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.

View solution in original post

2 REPLIES 2
v-csrikanth
Community Support
Community Support

Hi @PatrickGreen 

As highlighted by @nilendraFabric, the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.


If the above information is helpful, please give us Kudos and mark the response as Accepted as solution.
Best Regards,
Community Support Team _ C Srikanth.

nilendraFabric
Community Champion
Community Champion

Hello @PatrickGreen 

 

Power Automate cannot directly modify Power BI report filters (like slicers or visual-level filters) through its standard actions. However, you can indirectly influence filters by updating the underlying data sources or using DAX queries.

 

Power Automate lacks actions to programmatically adjust Power BI report filters (e.g., slicers, dropdowns).
• Attempts to pass filters dynamically (e.g., via JSON) often fail due to syntax or authentication limitations

 

Use a parameter table (e.g., `FilterConfig` in SharePoint/SQL) to toggle filter logic in Power BI via DAX measures. Power Automate can update this table to trigger filter changes

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.