Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
aseagull
Helper IV
Helper 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() only accepts a column reference. How do I tell it that the result of VALUES() is a single column?

 

Thanks,

Amon

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

Hi @aseagull 

 

Try to use MEDIANX rather than MEDIAN:

Something like this:

MEDIANX(VALUES(Table[Column]),Table[Column]))

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!!



 

View solution in original post

1 REPLY 1
VahidDM
Super User
Super User

Hi @aseagull 

 

Try to use MEDIANX rather than MEDIAN:

Something like this:

MEDIANX(VALUES(Table[Column]),Table[Column]))

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!!



 

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.