Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Dear Community,
when my users are login in to a report they always need to modify the date range filter to today's date. Is there a way that the date range filter always show today's date as max date filter but also allowing them to choose past date if they want?
I've tested this Is before today = IF(Dates[Date] <= TODAY() , TRUE() , FALSE()) but the problem is that even a D-1 or D-x is true so it won't display today's date. If I force only to today's date Is before today = IF(Dates[Date] = TODAY() , TRUE() , FALSE()) they won't be able to shows past dates.
Any ideas?
thanks for your help!
Regards
Mark
Hi @mlovejoy,
As an option, you can create a calculated column IsToday, select the value "Today" in it by default. If users need to choose another date, they choose "Previous days" and the exact date they need inside.
Best Regards,
Alexander
User | Count |
---|---|
17 | |
16 | |
14 | |
13 | |
12 |
User | Count |
---|---|
17 | |
14 | |
12 | |
10 | |
8 |