The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
14 | |
8 | |
5 |