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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Ayyappa5678
Helper III
Helper III

Dax for 0 values with "Less Than 1" Text and remaining values leave it as it is??

Hi Team,

I am new to power bi, Please help me on below scenario.

Sub: -Instead of 0 change to Less Than 1. and remaining values leave it as it is.

 

A column of "0" value need to change with Text of like "Less Than 1" and remaing values need to leave it as it is, like below snapshot of result value.

Kindly help me on this case?

 

Ayyappa5678_0-1679154416790.png

 

1 REPLY 1
tackytechtom
Super User
Super User

Hi @Ayyappa5678 ,

 

How about this:

tackytechtom_0-1679156954116.png

 

And here the DAX for a calculated column:

Column = if ( 'Table'[Values] < 1, "Less Than 1", CONVERT('Table'[Values], STRING ) )

 

Let me know if ths helps!

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.