Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi, I have 2 columns: Y is a decimal number, and "#maint. needed" should tell me how many actions I need to do in base on the number before decimals of the Y column
y= 0,005 --> # maint =0
y= 0,9 --> # maint =0
y= 1,8 --> # maint =1
y= 2,99 --> # maint =2
But my maint column is doing, like the picture:
y= 0,005 --> # maint =5
y= 0,03 --> # maint =3
I suspect it does that because of the scientific terminology, but I don't know how to fix it.
Solved! Go to Solution.
I got it, I needed to use TRUNC ()!! Thanks 🙂
It doesn't work, I tried
Did you check the data type?
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 12 | |
| 8 | |
| 5 |