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.
Need to finish this report off asap and hoping it is really simple for someone to explain to me.
Can someone help walk me through ensuring the Current Cell is formatted red if it equals greater than 80% of the number in the Limit cell.
Kind of like if [Current] = >*.8 of [Limit] than colour the cell Red
Current | Limit |
103761.01 | 171818.18 |
I dont know if its possible and just thinking out loud, but am i supposed to create a new measure variable switch so if Current is greater then 80% of Limit then return a number 1. Then i can create a conditional formatting rule on the Current Column for any cell in this new measure is 1 then it will colour it red.
Many thanks for any responses.
Solved! Go to Solution.
Hi @Cornwalls ,
Sorry for the delay.
Yes, your logic is correct.
Try following the steps.
1# Create a measure like:
Measure = IF(SELECTEDVALUE('Table'[Current])>=0.8*SELECTEDVALUE('Table'[Limit]),1,0)
2# Create conditional formatting on Current column.
The result should be as below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Cornwalls ,
Sorry for the delay.
Yes, your logic is correct.
Try following the steps.
1# Create a measure like:
Measure = IF(SELECTEDVALUE('Table'[Current])>=0.8*SELECTEDVALUE('Table'[Limit]),1,0)
2# Create conditional formatting on Current column.
The result should be as below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Mate, this worked perfectly. 👍
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 |
---|---|
96 | |
69 | |
45 | |
39 | |
30 |
User | Count |
---|---|
159 | |
98 | |
60 | |
42 | |
42 |