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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Subtract values of previous date from current date

Hello,

 

I'm currently trying to create a new measure to find the difference of values between the current week ending date and the previous. The would be a running date, so it would always the difference between the  most recent week ending date and the last.

The highlighted column is the desired output. Would you guys know how to best go about this?

kzt7nsc_0-1702324612984.png

 

 

Thank you in advance!

 

3 REPLIES 3
TomMartens
Super User
Super User

Hey @Anonymous ,

 

you can solve the "previous" value challenge using the DAX function OFFSET, I recommend reading these articles:

I think your description "... current week ending date and the previous ..." does not match the data of the screenshot, as the distance between the two dates is 24 days.

 

Hopefully the articles will help to tackle your challenge.



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
Anonymous
Not applicable

Thank you for the links! I went back and changed the dates to match what I actually meant. From week ending 11/25 to week ending 12/2

Hey @Anonymous ,

 

create a pbix that contains sample data, but still reflects your data model (tables, relationships, calculated columns, and measures). Uploade the pbix to OneDrive, Google Drive, or Dropbox and share the link. If you are using a spreadsheet to create the sample data instead the manual input method share the spreadsheet as well.

 

Explain the expected result based on the sample data you provide.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors