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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
bharosha
Helper I
Helper I

calculate dynamic median per category that can be changed by a slicer

I have a dataset below.

I need to calculated median per year and have category as a slicer (If slicer is selected, median to be changed per slicer otherwise median per year). 

For eg. When I use allexcept, the median remains static does not change with the slicer settings, I want static median value per year that changes dynamically with slicer. 

 

CategoryYearTime in Days
A2018125
B2018129
C2019147
A2019234
B2018367
C2019456
A201955
B201898
C201884
1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @bharosha 

please try

MedianMeasure =
CALCULATE (
MEDIAN ( 'Table'[Time in Days] ),
ALLSELECTED (),
VALUES ( 'Table'[Year] )
)

View solution in original post

1 REPLY 1
tamerj1
Super User
Super User

Hi @bharosha 

please try

MedianMeasure =
CALCULATE (
MEDIAN ( 'Table'[Time in Days] ),
ALLSELECTED (),
VALUES ( 'Table'[Year] )
)

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.