Forum Discussion
Wilk89
2 years agoFrequent Visitor
How to color values ,00
Hi, Is it possible to color values with a note that does not contain ,00?
- 2 years ago
You can use the below pbix file for complete solution.
Regards
sanalytics
If it is your solution then please like and accept it as solution
_AAndrade
2 years agoResident Rockstar
Hi,
Use this formula and put in a conditional formating:
Color = IF( MOD([SumValue],1)=0,"RED")
The final result should be this: