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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It 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


@ 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
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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