Forum Discussion
Card (new) conditional formatting not working
- 1 year ago
Hi BA_Max , hetairoi1000 and DustRM ,
Thank you for reaching out to Microsoft Fabric Community.
There is know issue related new card visual.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks & Regards,
Rekha,
CustomerSupportTeam.
Hello BA_Max
Condition Overlap or Range Issue
The first rule has a range from 0 to Max (green color). Since 35 falls in this range, it gets colored green, overriding the second rule.This setup doesn’t account for negative values or a proper distinction for positive ones.
Set the first rule to cover negative values only
If Value <= 0 then apply Red (or Pink if desired).
Set the second rule to cover positive values
If Value > 0 then apply Green.
Thanks,
Pankaj Namekar | LinkedIn
If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.