Forum Discussion
Tim_H
5 years agoHelper I
Date filter (same data) different result on visuals
Hi I have two date slicers refering to same data Both refer to new created table and column Date, Date Top one is hierarchy Bottom Date Altough same source, same period select...
- 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
5 years agoHelper I
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)
Tim_H
5 years agoHelper I
And also solved
StartDate = Date.AddMonths(DateTime.Date(DateTime.FixedLocalNow()), -24)