March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a table where I'm trying to apply conditional formatting based on the value in the column, but the formatting doesn't seem to match the rule I've set. Somehow the background formatting is being applied to values over 30.44% and not being applied to values over 29.45%.
The measure I'm using is Measure_1 = DIVIDE(sum(Table[Impressions]),sum(Table[Clicks]))
Solved! Go to Solution.
Hi @ERing
Change your condition to :
>=0.2945 NUMBER
<0.3044 NUMBER
it will work.
I attached pbix with my example :
If this post helps, then please consider Accepting it as the solution to help the other
members find it more quickly
@ERing ,
Update: I realized @Ritaf1983 has already answered. Please consider that answer.
When you have a ratio column the values are in the range of 0 to 1 usually
means 25% is .25 .
Also use number not Percent, Percent is for allocation not Percent Measure
refer: https://youtube.com/shorts/UaQX0yOeAWE
@ERing ,
Update: I realized @Ritaf1983 has already answered. Please consider that answer.
When you have a ratio column the values are in the range of 0 to 1 usually
means 25% is .25 .
Also use number not Percent, Percent is for allocation not Percent Measure
refer: https://youtube.com/shorts/UaQX0yOeAWE
Hi @ERing
Change your condition to :
>=0.2945 NUMBER
<0.3044 NUMBER
it will work.
I attached pbix with my example :
If this post helps, then please consider Accepting it as the solution to help the other
members find it more quickly
@ERing Happy to help 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
90 | |
86 | |
76 | |
49 |
User | Count |
---|---|
167 | |
149 | |
99 | |
73 | |
57 |