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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Effecting a KPI when table value is selected.

Hi,

 

I have a dataset whose sample looks like this

Anchor PersonOther PersonSimilarity
JackJack100
JackRichard94
JackMark89
RichardJack94
RichardRichard100
RichardMark92
MarkJack89
MarkRichard92
MarkMark100

 

I have created a below table and a KPI.

My requirement is: Whenever a value is selected from the table then the KPI shows the correct name. But when no value is selected from the table(All selected) then I don't want to show the first value of the Other person column. I want to display "All" written in the KPI. See below left screenshot.

pbi1.png

4 REPLIES 4
v-xuding-msft
Community Support
Community Support

Hi @Anonymous ,

The Card is always showing one value. You could change the visual of Card to Multi-row card. 

1.PNG

2.PNG

Best Regards,

Xue Ding

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

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi Xue Ding,

 

I know we have a multi-card KPI however the client doesn't want to see all the items. We have very less space on our dashboard. 

The client wants "All" to be displayed.

Yesterday I was looking into selectedvalue dax to see if that works.

Hi @Anonymous ,

I created a measure. Is this what you want?

 

Person = IF(SELECTEDVALUE('Table'[Anchor Person]) = BLANK(),"ALL",MAX('Table'[Other Person]))

6.PNG7.PNG

Best Regards,

Xue

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

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi Xue,

 

Thanks for the reply.

However when I try to select othe rperson the KPI still shows "ALL" value

1.png

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors