This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I would like to change the color of a row if 2 field have the same name for example if I have the table (first name, last name, age) I would like to color of the same color row who has the same first name but the problem is that by using conditionnal formatting I can deal only with values so I have no idea on how to do it or if it is possible.
Could someone help me please.
Thank you.
Solved! Go to Solution.
Hi @Anonymous ,
These are two separate measures.
The first one:
Measure = SELECTEDVALUE(Table1[FirstName])
The Index measure:
Index = RANKX(ALLSELECTED(Table1),[Measure],,ASC,Dense)
Best regards,
Yuliana Gu
Hi @Anonymous ,
You can create below measures:
Measure = SELECTEDVALUE(Table1[FirstName]) Index = RANKX(ALLSELECTED(Table1),[Measure],,ASC,Dense)
Then, set conditional formatting as below:
Best regards,
Yuliana Gu
Thank you for your answer I tried your measure but it seems like there is a syntax error around the "Index"
Hi @Anonymous ,
What is the error?
Regards,
Yuliana Gu
Hi @v-yulgu-msft ,
It say that this syntax is incorrecthere is my measure as I follow yours
I tried to put ";" instead of "," inside the RANKX function but it's still not working
Hi @Anonymous ,
These are two separate measures.
The first one:
Measure = SELECTEDVALUE(Table1[FirstName])
The Index measure:
Index = RANKX(ALLSELECTED(Table1),[Measure],,ASC,Dense)
Best regards,
Yuliana Gu
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 28 | |
| 24 | |
| 21 |