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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Display card based on slicer from 2 columns?

I have the next data:

 

ValueQualityType
2BadL
1NormalL
2BadL
10NormalINT
5BadINT
3NormalINT

 

I want to have a single slicer with values Bad, Normal and INT

 

Then a card shall display:

When Bad is selected in the slicer display: 9

When Normal: 14

When INT: 18

 

Is this possible/doable?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Create a slicer table then create a measure like below:

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Quality] in VALUES(slicer[slicer])||'Table'[Type] in VALUES(slicer[slicer])))

vjaywmsft_0-1669618494929.pngvjaywmsft_1-1669618515220.png

 

 

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

Create a slicer table then create a measure like below:

Measure = CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Quality] in VALUES(slicer[slicer])||'Table'[Type] in VALUES(slicer[slicer])))

vjaywmsft_0-1669618494929.pngvjaywmsft_1-1669618515220.png

 

 

 

Best Regards,

Jay

mangaus1111
Solution Sage
Solution Sage

Hi @Anonymous ,

see my pbi file.

https://1drv.ms/u/s!Aj45jbu0mDVJizSH2WjPI3eHT2BR?e=E4cYBm

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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