Forum Discussion
Br1-981
3 years agoHelper I
default slicer value
Hi, I've a viz with a slicer based on Year with mandatory single selection: Since data are continuosly flowing into the report, and data are visualized considering a single year at time I w...
amitchandak
3 years agoSuper User
Br1-981 , As of now you have use a work around, The feature is in progress as per various posts
If(Date[Year] = year(Max(Table[Date]) ) , "Max Year" , Date[Year]&"")
And save this on Max year
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
Br1-981
3 years agoHelper I
Thanks for your feeback it is not so clear to me how to use it, is it a new column or measure?
How do you use it as a slicer?