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 )
User | Count |
---|---|
127 | |
52 | |
34 | |
31 | |
28 |
User | Count |
---|---|
148 | |
53 | |
36 | |
30 | |
26 |