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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.