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?
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
5 Replies
- _AAndrade
Resident Rockstar
Hi,
Use this formula and put in a conditional formating:Color = IF( MOD([SumValue],1)=0,"RED")
The final result should be this: - sanalytics
Super User
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
- Wilk89Frequent Visitor
I tried but I get an error on my database.