frankee_gee
Board Regular
- Joined
- Mar 3, 2008
- Messages
- 144
- Office Version
- 365
- 2016
- Platform
- Windows
Hello Everyone, Hoping for some help with Filtering a Disconnected Calendar
table 1: Report "data table"
working with 3 columns in "Report" table
-Report[IDNo]
-Report[OutDate]
-Report[InDate]
table 2: Calendar "Connected calendar : t_Calendar[Date] to Report[OutDate]
table 3: CalendarFree "Disconnected Calendar"
Created the following meassure: IDNoCount:=DISTINCTCOUNT(Report[IDNo])
Need a count of all IDNoCount w/ OutDate and a count of all InDate
It would like something like :
OutDateIDNoCount:= Calculate(
[IDNoCount]
Filter(Report[OutDate]<Max CalendarFree[Date])
I'm missing something because currently it's returning huge numbers.
Thanks for any and all help.
table 1: Report "data table"
working with 3 columns in "Report" table
-Report[IDNo]
-Report[OutDate]
-Report[InDate]
table 2: Calendar "Connected calendar : t_Calendar[Date] to Report[OutDate]
table 3: CalendarFree "Disconnected Calendar"
Created the following meassure: IDNoCount:=DISTINCTCOUNT(Report[IDNo])
Need a count of all IDNoCount w/ OutDate and a count of all InDate
It would like something like :
OutDateIDNoCount:= Calculate(
[IDNoCount]
Filter(Report[OutDate]<Max CalendarFree[Date])
I'm missing something because currently it's returning huge numbers.
Thanks for any and all help.