Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi everyone
I was wondering if there is any kind of graph or card just to show the exisitng applied filters, I mean, I have a Dashboard with year and month filters and I would like to have a visual just showing the filters that are already applied.
Something like the multi-row card but in horizontal or just a card showing the year for example, but If I try to use the simple card with years always do the summarize even if I change the "default summarization", so it doesnt work.
I have something like this
What I have now is another filter at the bottom and shows what year is selected on the top filters, what I would like is that info on a non-interactive card like now, cause the filter at the bottom is still a filter and customers can interact with it.
Hopefully someone can help me!! Any Idea would be really appreciate it.
Kind regards
ICR.
Solved! Go to Solution.
Hi @ICRdatalover ,
Pleae check my sample as below. Here I created a measure to display the values we seleted in the slicer.
Measure = IF(ISFILTERED('Table'[Year]), CONCATENATEX(DISTINCT('Table'[Year]),'Table'[Year],"&"),"All")
Also please find the pbix as attached.
Regards,
Frank
Hi @ICRdatalover ,
Pleae check my sample as below. Here I created a measure to display the values we seleted in the slicer.
Measure = IF(ISFILTERED('Table'[Year]), CONCATENATEX(DISTINCT('Table'[Year]),'Table'[Year],"&"),"All")
Also please find the pbix as attached.
Regards,
Frank
Hi @v-frfei-msft,
Thanks for the fast reply.
It is exactly what I was looking for. Im so grateful!
Kind regards,
ICR
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 93 | |
| 85 | |
| 33 | |
| 31 | |
| 25 |