Forum Discussion
cwayne758
10 years agoHelper IV
Create Previous Week Filter?
How would I go about creating a Previous Week filter in DAX? Pretty straightforward, trying to capture a snapshot of business only in the previous week of that Year. Below is the logic in...
- 10 years ago
If you need to have as a slicer different custom time periods you need to use "disconnected slicers" and measures for all time periods. Search in powerpivotpro.com as there are many articles about it like:
cwayne758
10 years agoHelper IV
How would you go about creating a similar measure for "Previous 8 Weeks"?
I am not sure why PowerBIGuy's formula is not working for me.
Thank in advance! :)
konstantinos
10 years agoMemorable Member
If you need to have as a slicer different custom time periods you need to use "disconnected slicers" and measures for all time periods. Search in powerpivotpro.com as there are many articles about it like:
- cwayne75810 years agoHelper IV
Thanks so much... exactly what I am looking to do