Forum Discussion
aseagull
4 years agoHelper IV
Help with VALUES()
I am still very green in DAX. I simply want to find the median value of the distinct elements in a column. I tried to write this: MEDIAN(VALUES(Table[Column])) The error says that MEDIAN() on...