Forum Discussion
Calculating Last Week Total Unreimbursed Amount Using CALCULATE and DATEADD
DATEADD function returns a table that contains a column of dates, shifted either forward or backward in time by the specified number of intervals from the dates in the current context.
Your formula should work fine if you pull that measure in a visual that has the Calendar[Date] field as well.
But if you are looking for an aggregation, you would need to use a different formula that filters (instead of time shifting the current context) records for the desired dates.
- Hashiru7 years agoHelper I
I Guess, the DATEADD is the filter in the CALCULATE fuction producing a date table representing all dates to lastdate -7 days. Then CALCULATE only sum up unreimbursed amounts within these dates.
- Nishantjain7 years agoContinued ContributorTry to add the all(date table) filter to your calculate function. Also you might want to look at datesinbetween function instead of dateadd
- Hashiru7 years agoHelper I
Thanks Nishhantjain/Tarunsingla,
Tarunsingla: I will like to accomplish this with DATEADD as well as other available functions.
Nishantjain: I tried the DATESBETWEEN and I am getting some answers that not accurate but I have a feeling it the slicers not tuned well. I am working with Excel Power Pivot also with this and it does filtered well in Excel because I can link them easily there. However, I am not that clear how to adjust the slicers in Power BI for the report to be filtered by both measures correctly.
Here is a background on the model I am building:
Relationship: Fact[TransDate] * to 1 Calendar[Date]
Slicer: FAIN and Activity
Dataset: Cumulative since 2016