Forum Discussion

chintusasmal123's avatar
1 year ago
Solved

start date and end date range selection to get count

 This is my data set ,  Where I have active relationship with end date and inactive with start date  I'm filter users with slicer selected value for LineManager column and when friday column ...
  • lbendlin's avatar
    lbendlin
    1 year ago

    Instead of

     

    CALENDAR([start-date],[end-date])

     

    you can use a list

     

    {[start-date],[end-date]} 

     

    if you really want to check only for these two dates.