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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi
I have a column in my table which is a decimal number. Some of the values are positive numbers and some are negative. I want to be able to convert the negative numbers to a positive.
I have tried using Number.Abs and that doesnt work, is there a way to change the negatives.
Total |
1 13 -20 10 -8 25
|
Thank you for your help
Solved! Go to Solution.
Hi @maurcoll use only ABS() it should work
Find this helpful? ✔ Give a Kudo • Mark as Solution – help others too!
This should be relatively easy using ABS() as susggested Royel below
This should be relatively easy using ABS() as susggested Royel below
Hi @maurcoll use only ABS() it should work
Find this helpful? ✔ Give a Kudo • Mark as Solution – help others too!