Forum Discussion
TylerVono
3 years agoHelper III
Rolling Date Range - X-Axis
Hello, I have a datasource (My Y-Axis) that gives me 52 weeks, it is refreshed once a week with new data and the trims the last week. EX: (Data shows: 4/19/2022 to 4/19/2023 this week, next week 4/26...
Anonymous
3 years agoNot applicable
Hi TylerVono
You can create measures
Measure=min('table'[Date')
Measure=max('table'[Date')
Then put them to the range
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
TylerVono
3 years agoHelper III
Hello Yolo Zhu,
So it did not work, I cannot add the measure to the range.
This is my option:
The measure falls under my Tooltips:
Any other options? Min and Max measures not working.