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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
maurcoll
Helper III
Helper III

Converting numbers from negative to positive

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

2 ACCEPTED SOLUTIONS
Royel
Impactful Individual
Impactful Individual

Hi @maurcoll  use only ABS() it should work  

In here i have created a calculated column, Abs Value = ABS('Table'[Total])

Royel_0-1757498612248.png

Find this helpful? ✔ Give a Kudo • Mark as Solution – help others too!

View solution in original post

srlabhe
Resolver I
Resolver I

This should be relatively easy using ABS() as susggested Royel below 

View solution in original post

2 REPLIES 2
srlabhe
Resolver I
Resolver I

This should be relatively easy using ABS() as susggested Royel below 

Royel
Impactful Individual
Impactful Individual

Hi @maurcoll  use only ABS() it should work  

In here i have created a calculated column, Abs Value = ABS('Table'[Total])

Royel_0-1757498612248.png

Find this helpful? ✔ Give a Kudo • Mark as Solution – help others too!

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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors