Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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?
Hi @Ayyappa5678 ,
How about this:
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! | |
#proudtobeasuperuser | |
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |