Forum Discussion
Date filter (same data) different result on visuals
- 5 years ago
Solved by adding extra month and year column in my calendar.
Just looking how to change start date of this calendar
I want to have a roling start date... for example Today - 730 days (2 years)
- 5 years ago
And also solved
StartDate = Date.AddMonths(DateTime.Date(DateTime.FixedLocalNow()), -24)
Tim_H , Can you provide details about the first filter. How it works, Does it use any measure.
Is the same visual show with both filters?
Can you share a sample pbix after removing sensitive data.
No measures are used for both filters.
both refer to same data
only difference
only difference top is Date Hierarchy, bottom Date selected. (and ofcourse how it's presented)
Edit : in my visual also date hierarchy is used. When setting this to date it's shows correct timeframe.