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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rbalza
Helper III
Helper III

Calculating Previous Week & 2 Weeks prior using Data using Slicer

Hi Everyone,

 

Need the help of calculating the previous week's total number of hours compared to the current week when using a slicer filter.
I am using the weekending slicer which is based on the fact table. 

rbalza_2-1623392130867.png

 

rbalza_0-1623391867926.png
Here's my measure.

Total Hours Previous Week = 
   CALCULATE( [Total Hours Worked],
   DATESINPERIOD( 'Fact Pay Detailed Report'[Timesheet], MAX( 'Fact Pay Detailed Report'[Timesheet] ), -7, DAY ))
Total Hours Worked = SUM( 'Fact Pay Detailed Report'[Total Hours] )

rbalza_1-1623392085758.png

 

1 ACCEPTED SOLUTION
rbalza
Helper III
Helper III

This one works :O)

Total Hours Previous Week = 
   CALCULATE( [Total Hours Worked],
   DATEADD('Fact Pay Detailed Report'[Timesheet],-7,DAY))

 

View solution in original post

1 REPLY 1
rbalza
Helper III
Helper III

This one works :O)

Total Hours Previous Week = 
   CALCULATE( [Total Hours Worked],
   DATEADD('Fact Pay Detailed Report'[Timesheet],-7,DAY))

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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