I have a variable as below
VAR First_Higest_number = MAX( 'DF'[Number_Column] )
and I would like to find the Second_Higest_number
in DAX. How to get around with this ? many thanks in advance.
I have a variable as below
VAR First_Higest_number = MAX( 'DF'[Number_Column] )
and I would like to find the Second_Higest_number
in DAX. How to get around with this ? many thanks in advance.