Forum Discussion
Balakrishann
10 years agoNew Member
Custom Visual Filter- Between option for date field
Hi, I need to filter the date field with "between" function, i couldn't find the option for this .Can someone please help? Regards, Balakrishnan
Anonymous
10 years agoNot applicable
Hi Balakrishann,
if you want to use a function like "between" in DAX there is DATESBETWEEN() that allows you to create a view of your datas.
Here a schema of what to do:
But I think that the solution provided by Anonymous is better.