I have a Line Graph in PowerBI and the x-axis lists the WeekNumber starting from Week 1 all the way to Week 53. What I am trying to do is customize the X-axis so that instead of starting at Week 1, it puts the current week in the middle of the X-axis.
So for example, if today is Week 2, then Week 2 would be in the middle of the X-axis and the X-axis would start with Week 27 (or whatever is the current week - 26)
I would recommend:
You can then use your calculated column as a filter to restrict the chart to weeks -26 and above. You would never need to change this filter. Week -26 will change dynamically with each week since it represents 26 weeks ago rather than week 26. The -26 never shows on your chart because your chart would still use the WeekNumber field (with the year as I mentioned above).