Forum Discussion
EnrichedUser
Helper III
5 years ago24 Hour Gannt Chart Matrix
Hi All, I am looking to make a visual the show when each person did a certain task. I have two tables. The first is [ActivitySheet] ActivitySheetDate UserID StartTime2 EndTime2 Tran...
EnrichedUser
Helper III
5 years ago GENERATE(
ActivitySheet,
FILTER(TimeTable,
TimeTable[Time] >= ActivitySheet[StartTime2] &&
TimeTable[Time] <= ActivitySheet[EndTime2]))