Forum Discussion
DRA885
3 years agoFrequent Visitor
MEDIANX missing values for dates with no data
Hello all. I'm looking for some help on this DAX code: Median Test 3 (next 3 months approved) =
VAR MedianValueDiscipline =
CALCULATE (
MEDIANX (
SUMMARIZE (
...
Anonymous
2 years agoNot applicable
DRA885 , did you manage to solve this? I am currently fasing the same problem.