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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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