Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I have a measure which I have made to apply condtional formatting to a table. It ranks the months in the table and then applies the conditional formatting based on an if statement.
I am trying to add another if statment which will change one of the rows of formatting above based on ID as well, the second row to anly be shaded to september. The ID i am using is the right one, but I can't figure out why it wont work.
Any help it greatly appreciated.
@Anonymous , if this a measure you can use if max(Table[ID]) =10 in the condition
example
Measure =
Switch(true(),
max(Table[Column]) = "R1" , "Red" ,
max(Table[Column]) = "R2" , "Green" ,
max(Table[Column]) = "R3" , "Pink "
)
Hi @amitchandak,
Is this what you mean?
it still gives the same result unfortunately.
I tried using a switch instead of IF statement but got the same result.
thanks.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
21 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |