Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Wilk89
Frequent Visitor

How to color values ,00

Hi,

Is it possible to color values ​​with a note that does not contain ,00?

Zrzut ekranu 2024-03-05 104418.png

1 ACCEPTED SOLUTION
sanalytics
Super User
Super User

@Wilk89 

 

You can use the below pbix file for complete solution.

 

https://dropmefiles.com/ONEvY

 

Regards

sanalytics

If it is your solution then please like and accept it as solution

 

 

 

 

View solution in original post

5 REPLIES 5
sanalytics
Super User
Super User

@Wilk89 

 

You can use the below pbix file for complete solution.

 

https://dropmefiles.com/ONEvY

 

Regards

sanalytics

If it is your solution then please like and accept it as solution

 

 

 

 

I tried but I get an error on my database.

Zrzut ekranu 2024-03-05 125557.png

_AAndrade
Super User
Super User

Hi,

Use this formula and put in a conditional formating:

Color = IF( MOD([SumValue],1)=0,"RED")


The final result should be this:

_AAndrade_0-1709637901865.png

 





Did I answer your question? Mark my post as a solution! Kudos are welcome.

Proud to be a Super User!




I tried but I get an error on my database.

Zrzut ekranu 2024-03-05 125557.png

This error indicates that the measurement has an incorrect data type. Choose format as Decimal Number.





Did I answer your question? Mark my post as a solution! Kudos are welcome.

Proud to be a Super User!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors