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

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.

Reply
deys
New Member

DAX function

HI, 

I am new to PWBI DAX function. Can anyone help me with correct DAX function to show this number "-0.7%" as (0.7%).

 

Thanks,

Simky

2 REPLIES 2
community_pinki
Helper II
Helper II

Hey @deys ,


You can use the ABS function (absolute value).

You can also multiple by -1, "[Column] * -1"


With ABS you could get rid of negative numbers while not impacting the positive numbers.

jthomson
Solution Sage
Solution Sage

Sounds more like a measure formatting issue rather than requiring a specific function to do it.

 

For future reference, a more descriptive thread title would be useful, we kind of know the question will be about a DAX function in the DAX forum

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.