Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a matrix visual and I want to apply conditional formatting to color the measure_2 column based on the value of measure_1.
If measure_1 > Measure_2 then color column measure_2
But I don't find this option.
Thanks for help
Solved! Go to Solution.
Hi @forbi ,
This is my test table:
The measures I created:
Measure_1 = SUM('Table'[Value])
Measure_2 = CALCULATE(MIN('Table'[Value]),ALL('Table'))
Color = IF([Measure_1] > [Measure_2], "yellow")
Conditional formatting:
Result:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @forbi ,
This is my test table:
The measures I created:
Measure_1 = SUM('Table'[Value])
Measure_2 = CALCULATE(MIN('Table'[Value]),ALL('Table'))
Color = IF([Measure_1] > [Measure_2], "yellow")
Conditional formatting:
Result:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Because in your example all the values of Measure 1 are bigger than measure 2
I have this in the column Q 😕
Sorry, I meant in the Column z
1) Create a Measure = If ( Measure 1>Measure 2, 1, 0)
2) you use the conditional formatting on the measure you want to format
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |