Forum Discussion
JoeCrozier
3 years agoHelper II
Display Card with date range from selected slicer
I think I need to do exactly this solution from this question, but honestly I just need it explained a bit more. More detail: I have these slicers on one tab of my Power bi: And on th...
- 3 years ago
JoeCrozier Oh, for that I would just use this:
Measure = VAR __MaxStatus = MAX('Staff'[Status Date]) VAR __MinStatus = MIN('Staff'[Status Date]) RETURN __MinStatus & " - " & __MaxStatus
ara0530
3 years agoAdvocate I
worked for me thanks Greg_Deckler