cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Vanessa250919
Helper IV
Helper IV

How to substract % in DAX

Hello,

 

I have on measure dax to calculate on nbr, it's possible to substract one % number in this measure ?

thanks !

 

#AVG_PAK_REG_AE-F-T = CALCULATE(SUM(FACT_HR_WLT[NB_PARCELS]) ,FILTER(FACT_HR_WLT,[ROUNDTYPE]= "RegAD" || [ROUNDTYPE]="RegAE" || [ROUNDTYPE]="RegAF" )) / DISTINCTCOUNT(FACT_HR_WLT[DATE_YYYYMMDD]) - 4.76%
1 REPLY 1
amitchandak
Super User
Super User

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors