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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
TotalAnonymous
Helper II
Helper II

Previous Week DAX

Hello everyone, hope you're doing well.

I have an issue regarding Previous Week calculation using DAX. I have sales table that is represented in the weekly basis. How can I calculate the Previous Week Sales since it's more challenging using Standard Date Table?
The purpose of why I want to calculate the previous week is to be a baseline to calculate Current Week vs Previous Week Sales, Current Week vs Same Week in the last month.


Please kindly find the attached link into the PBIX file. Really appreciate your help and support. Thank You!

Link to PBIX: https://drive.google.com/file/d/1p8O6ntoT_A02JGjdV-nTcK8hD0BK3HJ6/view?usp=sharing

1 ACCEPTED SOLUTION

Hi,

Not sure what you want the answer to be but i get 6000 with this edited measure

Total Sales Last Week = CALCULATE([Total Sales],DATESBETWEEN('Calendar'[Date],MAX('Calendar'[Date])-6,MAX('Calendar'[Date])))

Hope this helps.

Ashish_Mathur_0-1713327917556.png

 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

4 REPLIES 4
TotalAnonymous
Helper II
Helper II

Hi Ashish, Thanks for replying! The questions are:
1) How to show the value of last week? since in the PBIX file, specifically in the Card Visual, the previous week sales is a cumulative of previous week in March
2) How can I calculate the Current Week vs Same Week in the Last Month?

Thank you!

Hi,

Not sure what you want the answer to be but i get 6000 with this edited measure

Total Sales Last Week = CALCULATE([Total Sales],DATESBETWEEN('Calendar'[Date],MAX('Calendar'[Date])-6,MAX('Calendar'[Date])))

Hope this helps.

Ashish_Mathur_0-1713327917556.png

 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi Ashish, thanks for your reply! Let me try and back to you as soon as possible. Thank you

Ashish_Mathur
Super User
Super User

Hi,

What problem are you facing there?  You have already writtten the formula.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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