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
Syndicate_Admin
Administrator
Administrator

DATE

Good afternoon

I need to calculate the time that has elapsed from 1/01/2023 to today in PowerBi, what work should I do to obtain this calculation.

the idea is to calculate the LEADTime of a Purchase Order.

I appreciate it very much

1 ACCEPTED SOLUTION

You can try using values for a measure something like:

 

Measure = DATEDIFF(VALUES('Table'[ORDER DATE]),VALUES('Table' [TODAY- DATE or Delivery Date]),DAY)
 
or if you want a calculated column:
 
Column = DATEDIFF('Table'[ORDER DATE],'Table' [TODAY- DATE or Delivery Date],DAY)
 
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
 

View solution in original post

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

Is there any measure to do this?

I have column ORDER DATE, and another column TODAY- DATE or Delivery Date.

You can try using values for a measure something like:

 

Measure = DATEDIFF(VALUES('Table'[ORDER DATE]),VALUES('Table' [TODAY- DATE or Delivery Date]),DAY)
 
or if you want a calculated column:
 
Column = DATEDIFF('Table'[ORDER DATE],'Table' [TODAY- DATE or Delivery Date],DAY)
 
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
 
DOLEARY85
Super User
Super User

Hi,

 

Assuming your date is in a date field, you could create a calculated column with a date diff calc, such as:

 

Column = DATEDIFF('Table'[Date Field],today(),DAY)
 
DOLEARY85_1-1685567163799.png

 


If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

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.