How can i Adjust the range of an X-axis of my chart view?

Screen Shot 2022-08-22 at 4.52.32 AM.png

I have this chart and I would like it to show only the past three bars(or weeks) but it's showing data from 2021 and also future dates which is unnecessary, how can I achieve that?

Solved Solved
0 4 189
  • UX
1 ACCEPTED SOLUTION

Please create a slice on the view with a filter expression something like 

AND([Date]>=TODAY()-21 ,  [Date]<=TODAY()) 

Then create the map view based on that slice.

View solution in original post

4 REPLIES 4
Top Labels in this Space