Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have on measure dax to calculate on nbr, it's possible to substract one % number in this measure ?
thanks !
@Vanessa250919 , Try like
AVG_PAK_REG_AE-F-T = calculate( Divide( CALCULATE(SUM(FACT_HR_WLT[NB_PARCELS]) ,FILTER(FACT_HR_WLT,[ROUNDTYPE]= "RegAD" || [ROUNDTYPE]="RegAE" || [ROUNDTYPE]="RegAF" )) , DISTINCTCOUNT(FACT_HR_WLT[DATE_YYYYMMDD])) - .0476 )