Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Solved! Go to Solution.
Hi @Anonymous
You may create a measure and use it for 'Rules' as below picture. Attached the sample file for your reference.
Measure =
IF (
MAX ( ConditionTable[Value] ) < [Value1_min],
1,
IF ( MAX ( ConditionTable[Value] ) > [Value1_max], 2, 3 )
)
Regards,
Cherie
Hi @Anonymous
You may create a measure and use it for 'Rules' as below picture. Attached the sample file for your reference.
Measure =
IF (
MAX ( ConditionTable[Value] ) < [Value1_min],
1,
IF ( MAX ( ConditionTable[Value] ) > [Value1_max], 2, 3 )
)
Regards,
Cherie
I was trying to do the same but with gradient style of formatting. Is there any way in which i can set a variable limit for the gradient?
Thanks!
Many thanks Cherie,
This looks to work in a calculated column
Calc. column= if([value]<[value_min], 1, if([value]>[value_max],2,3))
Hi @Anonymous
Could you tell me if your problem has been solved? If it is,kindly mark the helpful answer as a solution and welcome to share your own solution. More people will benefit from here. If not, please share more details for us so that we could help further on it.
Regards,
Cherie
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 41 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 183 | |
| 114 | |
| 93 | |
| 61 | |
| 45 |