Forum Discussion

desiiirz's avatar
desiiirz
Regular Visitor
3 years ago

Percentile with 2 values

Hello,

 

I have one measure for the revenue :  CA HT = SUM(Ventes[Prix Vente HT])

Another for the previous year :           CA HT PY = CALCULATE([CA HT],SAMEPERIODLASTYEAR(Dates[Date]))

 

I tried : ((measure1 - measure2) / measure 2) * 100 but it didn't work

 

How can i calculate the percentile between the measure 1 and measure 2 ?

Ex        ((100 - 90) / 90) * 100 = 11,11%

 

 

2 Replies