Forum Discussion
FeelTheFlow
5 years agoRegular Visitor
Limit Data Range
Hello Guys, I would like that the final user of the report have the posibility of choose first 1.1.2018 and not before. Is it any way to make previous dates unable to use? I will str...
Anonymous
5 years agoNot applicable
FeelTheFlow
1. If the final users do not have the permission to change the filter panel you can used the method provided by darentengmfs , adding filter to the date Slicer.
2. The other method is just create a new date column next the old date column, and use the new date column as the slicer.
New Date column = IF([Date]>=DATE(2018,1,1),[Date])
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.