The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
Solved! Go to Solution.
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.
Thanks
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.
Thanks and regards,
Anjan Kumar Chippa
Hi @Fern_21,
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.
Thanks and regards,
Anjan Kumar Chippa
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
7 | |
2 | |
2 | |
2 | |
2 |