brawnystaff
Board Regular
- Joined
- Aug 9, 2012
- Messages
- 109
- Office Version
- 365
Trying to convert a DAX Calculated Column to a Measure with no luck. Any ideas? See below and attached. Thanks.
https://drive.google.com/open?id=1qGzT1ryD2tT8Nx63pIFv4pUsGc5ZXggm
Code:
=CALCULATE (
DISTINCTCOUNT ( Table1[Patient ID] ),
FILTER (
Table1,
Table1[TotalTime] > Legend[Start]
&& Table1[TotalTime] <= Legend[End]
)
)
https://drive.google.com/open?id=1qGzT1ryD2tT8Nx63pIFv4pUsGc5ZXggm