Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all!
I've a report in Power BI Report Builder that uses a Power BI semantic model as its data source.
I need to create filters and charts/tables to allow users to filter the data. However, I'm unable to link the filters to the visual objects. Can anyone help me?
Thank you.
Power BI Report Builder doesn't support slicers or direct interactivity like Power BI Desktop.
To Dynamically Filter a Chart:
1. Use Parameters Instead of Slicers:
2. Apply Parameter to Filter Dataset:
EVALUATE
FILTER (
YourTable,
YourTable[Region] = @region
)
3. Link Parameter to Visuals:
This allows users to filter the report dynamically via dropdowns at the top of the paginated report.
If this helped solve or clarify your issue, please mark as solution and give kudos.
Hi @Fern_21,
Thank you for reaching out to Microsoft Fabric Community.
Power BI Report Builder (Paginated Reports) does not support slicers or visuals that auto update based on selection like in the desktop. And also when using power bi semantic models as the source it cannot be directly filtered with typical query parameters. To filter data dynamically please follow below steps:
When the user selects a value for the parameter, the dataset will return filtered data accordingly and the visuals will reflect that data.
If this post helps in resolving the issue, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
Hi @Fern_21,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided for the issue worked? or let us know if you need any further assistance.
If my response resolved your issue, please mark it as "Accept as solution" and give kudos if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
3 | |
3 | |
1 | |
1 | |
1 |
User | Count |
---|---|
8 | |
5 | |
4 | |
4 | |
2 |