Forum Discussion
Conditional formatting only applying to one rule
- 6 years ago
Hi Hayleysea ,
I am not sure which cause your problem, I think you need to use Meausre(you siad that your measure name is Measure) in conditional formatting like below
In addition, you aslo could add this measure in table to see the value of measure(check whether it will contains other number or it willl only return one value).
You also need to check your expression, this seems to be duplicated condition.
By the way, if possible, you also could upload your sample on forum, then we could check this in our environment.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thankyou! Could you please share your measure? I think that's where my problem is.
Hayleysea, I have used my measure. Can you please share your measure so that I can see where the problem is?
- Hayleysea6 years ago
Resolver II
Okay thanks, It's in my original description 🙂 the measure i'm using behind the conditional formatting is:
Measure = IF(CALCULATE(([%]),DATEADD(Table[Date],-7, DAY))< [%], 1, IF(CALCULATE(([%]),DATEADD(Table[Date],-7, DAY))> [%],2, IF(CALCULATE(([%]),DATEADD(Table[Date],-7, DAY))< [%],3)))
- rajulshah6 years ago
Resident Rockstar
Yes, I got that. But please provide the DAX query for measure [%].
- dax6 years ago
Community Support
Hi Hayleysea ,
I am not sure which cause your problem, I think you need to use Meausre(you siad that your measure name is Measure) in conditional formatting like below
In addition, you aslo could add this measure in table to see the value of measure(check whether it will contains other number or it willl only return one value).
You also need to check your expression, this seems to be duplicated condition.
By the way, if possible, you also could upload your sample on forum, then we could check this in our environment.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.