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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
mypowerbi1
Helper III
Helper III

calculated columns within a measure

Hi,

I am trying to calculate the median of a value based on some conditions. 

This is my dax which i am trying with:

 

Median =
var med = CALCULATE(IF([Fixed_Rate_CY]<0,0,IF([Fixed_Rate_CY]>0.10,0,[Fixed_Rate_CY])))
var med1 = CALCULATE(IF([Fixed_Rate_CY]>0.10,MEDIAN(med),med))
return med1
 
As MEDIAN function only accepts column refrence, it gives me an error.
please suggest how to make var med as a column, so it can be used as a column to calculate the MEDIAN in var med1.
 
Thanks
1 REPLY 1
Greg_Deckler
Super User
Super User

@mypowerbi1 To **bleep** With MEDIAN - Microsoft Power BI Community


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.