Forum Discussion
chintusasmal123
Helper I
1 year agostart 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 ...
- 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.
lbendlin
Super User
1 year ago
chintusasmal123
Helper I
1 year agoNow if I select date range from 01/04/2025 to 30/06/2025 , I'm getting wrong value rather I should have got 5 all record either start date or end date falls in that range
- lbendlin1 year ago
Super User
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.