Forum Discussion
Yani
7 years agoRegular Visitor
How to make specific filter?
Hi, in one of my report, i have data table with some filters and i try to make another filter based on a type date field. I try to show in this filter two "checkbox" where we can chose beteween "em...
- Anonymous7 years ago
Hello Yani,
Make a column
Date_Filled = IF([date] <> Blank(), "not empty", "empty")
Now put a slicer on this column
Adarsh
Mark my post as a solution if it solves your problem.
novilpawar
7 years agoAdvocate I
Yani hi
Go to this link, you will have an idea to solve your problem.
note:- you have to create 2 measures with filter one without blank and one with blank (no date).
Regards,
Novil
If I answer you question, please mark my post as solution.