Forum Discussion
Anonymous
5 years agoNot applicable
Default Date
I have Calculated Dates filter and slicers and It is perfectly working fine. I even added a TODAY filter that only filters based on today's data. But the problem is that whenever i open the repo...
- 5 years ago
Anonymous
@Noor_Rahmeh , There is no way to default. You need to create a flag(new column) like this in the date table and use that as filter
Is This Year = if('Date'[Date]>=date(Year(TODAY()),1,1) && 'Date'[Date]<=TODAY(),"This year",[Date]&"")
check : https://youtu.be/hfn05preQYA
amitchandak
5 years agoSuper User
Anonymous
@Noor_Rahmeh , There is no way to default. You need to create a flag(new column) like this in the date table and use that as filter
Is This Year = if('Date'[Date]>=date(Year(TODAY()),1,1) && 'Date'[Date]<=TODAY(),"This year",[Date]&"")
check : https://youtu.be/hfn05preQYA