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)
How about "show items with no data" option in the visual:
https://www.youtube.com/watch?v=MqbfaO2YmMQ
You might be also interested on my blog post on DAX date calculations:
https://www.plainlyresults.com/blog/power-bi-dax-how-to-calculate-and-filter-based-on-dates/
- Tim_H5 years agoHelper I
In visual "show items with no data" is used. But why have two different results for same periode depending on selected date (Date or date hierarchy).
is there a possibility to connect both filters so when one is set the other automatic selects same period ?
As said workaround is to set both filters for same period, but want to avoid double work and use bottom filter.