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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
New_be
Helper V
Helper V

Convert -ve values to +ve values in Power Query

Hi everyone! Wish you all have a very nice day!

 

Duration.PNG

Based on the image above, i have TimeIn & TimeOut. So i try to get the hours between these 2 times, meaning that TimeOut - TimeIn. So based on that simple calculation, i got the hours worked values. But some of the value have -ve sign. I just want to know how many hours worked & i just want to ignore the -ve values. So how can i do that? Thanks in advance 😊

1 ACCEPTED SOLUTION

@New_be Try this:

Number.Abs(Number.From([Adj_OutTime]) - Number.From([Adj_InTime])) * 24


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

12 REPLIES 12
amitchandak
Super User
Super User

@New_be , I think because the out time in on next day

if Duration.Hours([Adj_hour_worked]) <0  then [Adj_hour_worked]  + duration(1,0,0) else [Adj_hour_worked] 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi Mr. @amitchandak , i try to use the formula, but it still have the problems;

 

Duration1.1.PNG

 

This is the result;

 

duration1.2.PNG

@New_be , If you have use hour(Adj_hourworked_temp) < 0 and try

or Adj_hourworked_temp <#duration(0,0,0,0)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Indeed! It is because the out time is in the next day & vice versa. Thanks!

@New_be , In case of the issue, is resolved. Accept all suitable solutions for others to get a similar solution.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Greg_Deckler
Community Champion
Community Champion

@New_be - Use Number.Abs to get the absolute value. So formula should be:

 

Number.Abs([Adj_OutTime] - [Adj_InTime])

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

I try to use this formula;


abs.PNG

 

But i got the error;

abs_1.PNG

@New_be Try this:

Number.Abs(Number.From([Adj_OutTime]) - Number.From([Adj_InTime])) * 24


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler  Thanks! its solved! 😍

@New_be - Cool. Sometimes Power Query really annoys the **bleep** out of me!! 🙂



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@New_be Maybe try some spaces? This worked for me
Number.Abs([SampleID] - [Outcome]) * 24

Greg_Deckler_0-1599532228103.png

Oh, wait, those are date time, hang on.

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler Yess it in a time value😊

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.