The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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() only accepts a column reference. How do I tell it that the result of VALUES() is a single column?
Thanks,
Amon
Solved! Go to Solution.
User | Count |
---|---|
25 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |