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! Go to 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.
User | Count |
---|---|
19 | |
13 | |
8 | |
3 | |
2 |