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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
T_Francis
Frequent Visitor

Change amount to Negative value based on True/False Column

Please help im a new user used to excel language and DAX has me stumped.

 

Id like to create a new column where the values in the amount colum are positive or negative based on the result of the refund column.

 

So where Refund = True the value in the new column would be minus whats in the amount column

 

so 125.96 would become -125.96 because the refund is TRUE.

 
 

Annotation 2020-06-12 113024.jpg

 

Thank you in advance for helping me with this.

 

1 ACCEPTED SOLUTION
harshnathani
Community Champion
Community Champion

Hi @T_Francis ,

 

Go to Power Query and Click on Add Column --> Custom Column

1.jpg

 

Type the above formula

 

if ([Refund]) then -[Amount] else [Amount])

 

 

 

2.JPG

 

 

Regards,

 

Harsh Nathani

Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

View solution in original post

1 REPLY 1
harshnathani
Community Champion
Community Champion

Hi @T_Francis ,

 

Go to Power Query and Click on Add Column --> Custom Column

1.jpg

 

Type the above formula

 

if ([Refund]) then -[Amount] else [Amount])

 

 

 

2.JPG

 

 

Regards,

 

Harsh Nathani

Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.