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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
ICRdatalover
Advocate I
Advocate I

Card chart

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

 

tempsnip.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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.

 

 

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

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")

Capture.PNG

 

Also please find the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

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")

Capture.PNG

 

Also please find the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @v-frfei-msft,

Thanks for the fast reply.

 

It is exactly what I was looking for. Im so grateful!

 

Kind regards,

ICR

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.