Forum Discussion
Clausbert
3 years agoRegular Visitor
Calculating Average for a different time span changing dynamically
Hi guys, I searched the internet but couldn't find an answer to this question. I hope it's easier than I think as I am fairly new to PBI. My target is to have a 3 week-, 6 week- and 13 week averag...
- 3 years ago
The right end of your slicer marks the maximum of your filter context. So instead of using "today" as the right basis, use MAX(Wochenslicer) and then do the shifts as needed from that point.
lbendlin
3 years agoSuper User
The right end of your slicer marks the maximum of your filter context. So instead of using "today" as the right basis, use MAX(Wochenslicer) and then do the shifts as needed from that point.