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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Select Specific column to Highlights

Hi everyone,

IM NEW AT POWER BI DESKTOP 

IM CURRENTLY FACING PROBLEM ON HOW TO HIGHLIGHT SPECIFIC COLOMN

 

This is my task i want to do

 

image 1. shown if I click  9 (highlights on buying_uom)

adwas111_0-1610947577381.png

 

image 2.  When i click 10 (Buying_uom) still in hightlight , I Want to hightligts only Selling_uom. 

adwas111_1-1610947717068.png

 

image 3 . , also in this image too, I want to highlight only Cost

adwas111_2-1610947863226.png

 

 

 

Is it posible on your end to Do this Task ? 

 

Please Help.

 

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You have to create 3 color measures like these


If(selectedvalue(Table[Rule_id]) =9, "grey", "white") 

 

If(selectedvalue(Table[Rule_id]) =10, "grey", "white")

 

If(selectedvalue(Table[Rule_id]) =7, "grey", "white")

 

And use them in conditional formatting to respective column, background color -> Advance option -> "Field value" and then use one of the required measures

 

https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

@amitchandak 

 

i try conditional formating on Buying_uom and apply measure 2 . 

but color didnt apply.

adwas111_2-1610950168061.png

 

Anonymous
Not applicable

@amitchandak  THANK YOU FOR YOU QUICK RESPONSE 

I ALREADY CREATE 

 

3 MEASURE

adwas111_0-1610949389174.png

 

HOW CAN I APPLY THIS MEASURE

adwas111_1-1610949500071.png

 

 

 

 

@Anonymous , Check the step followed in this video, (Start from t=531, already there in URL)

https://youtu.be/M5PvQUy-L_4?t=531

amitchandak
Super User
Super User

@Anonymous , You have to create 3 color measures like these


If(selectedvalue(Table[Rule_id]) =9, "grey", "white") 

 

If(selectedvalue(Table[Rule_id]) =10, "grey", "white")

 

If(selectedvalue(Table[Rule_id]) =7, "grey", "white")

 

And use them in conditional formatting to respective column, background color -> Advance option -> "Field value" and then use one of the required measures

 

https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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