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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
bharosha
Frequent Visitor

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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