DAX Function Guide
MEDIAN
Sam McKay
CEO & Founder
How does the MEDIAN work?
MEDIAN Formula Syntax
MEDIAN(
<column>
)
How do you use the MEDIAN?
MEDIAN( Table[Column] ) is equivalent to MEDIANX( Table, Table[Column] ).
Related Blog Posts
Loading
Considerations when using the MEDIAN?
Only the column numbers are considered.
Blanks, logical values, and text are ignored.
Related Video Tutorials
Loading
Formula examples using the MEDIAN
= MEDIAN (
Customers[Age]
)
= MEDIAN (
Sales[Sales Amount]
)
Related Courses
Loading