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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Sajid02
Helper I
Helper I

To highlight Card value which is not matching with table value after slicer selection

Hi Team , 

 

We have a table in which we have 2 columns in one column we have the name of team members and on other column we have the name of person who has worked on that task.

We want a column so that we have the name of the person who has not worked on that task.

 

Either show / highlight the name of the Team members from column 1 (in which we have all team members name) or show all the names who has not worked on the task.

Sajid02_0-1706528749688.png

 

I am stuck on this.

Please help me at the earliest.

 

Thanks and Regards.

Sajid

2 REPLIES 2
Anonymous
Not applicable

Hi @Sajid02 

 

Maybe you can try this:

I create a set of sample data:

vzhengdxumsft_0-1706580279305.png

And create a measure:

Color1 = IF(MAX('Table (2)'[%value])=1,"red")

Right-click the [name] column > Conditional formatting > font color

vzhengdxumsft_2-1706580553411.png

Select the Field value in the format style > choose the measure[color1] in the What field should we base this on?

vzhengdxumsft_3-1706580731041.png

The result is as follow:

vzhengdxumsft_4-1706580782336.png

 

Best Regards,

Zhengdong Xu

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

 

 

Hi @v-zhenbw-msft 

Thanks for the revert!


May be it is misunderstood. What i require here is to show the value out of multiple values coming in all resource card after slicer selection  eg through snip 

Sajid02_1-1706597965377.png


What i actually want that , if any task is selected through slicer , multiple user's are assigned to it , some of them are filling details against task and SOME ARE NOT. I want to show those users in next card who are NOT filling details .

Like in this case :  2 user's are there one is Chioma and second is Louise . Chioma is filliing details so his name is coming in table but louise name is not coming. So want to show Loiuse name in next card.  Tried the dax as well i.e 

Resource Selection =
IF(ISFILTERED('DW Celoxis_TimeEntries'[resources]),
 ALLSELECTED('DW Celoxis_TimeEntries'[resources]), VALUES('DW Celoxis_TimeEntries_User'[name]))
But it returning Chioma name , not louise name as shown in screenshot.  Might it help in understanding the situation.

Many Thanks 




 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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