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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Rene86
Frequent Visitor

calculation of remaining time of an order

Hi,

 

I´ve several orders in a machine and need to calculate the remaining time for each.

 

The lead time for each is 30 minutes and needs to be calculated to the time right now.

 

In Excel it works with a simple Datediff " 30- (Datediff('EBM1Orders'[TimeStamp];Now();Minute)), but I´m unable do do that in the Power Query editor in PowerBi.

 

Thank you for your support in advance.

René

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Add the formula below to your EBM1Orders table.

 

30-Duration.TotalMinutes([TimeStamp]-DateTime.LocalNow())

 

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Add the formula below to your EBM1Orders table.

 

30-Duration.TotalMinutes([TimeStamp]-DateTime.LocalNow())

 

That was easy.. I was just to stupid 😉

 

Thank you for your quick help!

Anonymous
Not applicable

By the fact that you know any way to come up with the answer disqualifes you as stupid.

 

Power query is a bit different. I would say "progressing through your learning curve". 

 

And you are welcome!

Using that on my local PC, it´s working. After publishing, it´s not updating the "LocalNow"...

Any ideas on that?

Anonymous
Not applicable

I primarily use PQ in Excel and do not use the publish option. However, the link below might offer some ideas.

 

https://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/ 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors