Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
atin
Resolver I
Resolver I

How to calculate Year on Year (YoY) Growth? - Estimated Sales

Hi All - I am trying to calculate YoY Sales Growth for a particular year 

 

I have the following information:

 

  • Sales Last Year for 2020 was 28.182M
  • YoY Growth Rate calculation is 44%
  • Expected Sales budget results for 2021 should be 28.18M * 1.44 = 40.58M

 

Please see measures calculated below:

 

  1. Total Sales = SUMX(Sales , Sales[Quantity] * RELATED( ‘Product’[Current Price] ) )
  2. Sales LY =  CALCULATE( [Total Sales] , DATEADD( Dates[Date] , -1, YEAR ) )
  3. Sales TY vs LY = IF( ISBLANK( [Sales LY] ) , BLANK() , [Total Sales] - [Sales LY] )
  4. YoY Sales Growth  = DIVIDE( [Sales TY vs LY ] , [Sales LY] , 0 )

How do I calculate the Estimated Sales for 2020.

 

An easier option would be

Estimated Sales  =  [Sales LY] * 1.44 however I am keen to ensure that no hard numbers exists in my reports, and make it dynamic

 

I also tried this measure: ( Did not work)

Sales Budget = [Sales LY] * ( 1 + [YoY Sales Growth] ) 

 

Looking forward to getting feedback

1 ACCEPTED SOLUTION
v-diye-msft
Community Support
Community Support

Hi @atin 

 

Your data is too scarce to repro it, so I create a dummy sample as below, kindly check it out:

8.PNG

 

Pbix attached.

 

 

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

View solution in original post

3 REPLIES 3
v-diye-msft
Community Support
Community Support

Hi @atin 

 

Your data is too scarce to repro it, so I create a dummy sample as below, kindly check it out:

8.PNG

 

Pbix attached.

 

 

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
amitchandak
Super User
Super User

@atin , try like

YoY Sales Growth = DIVIDE( [Total Sales] - [Sales LY] , [Sales LY] , 0 )

Sales Budget = [Sales LY] * [YoY Sales Growth ]

@amitchandak  - many thanks for your response - The measures you mentioned have already been included in my original comments

 

What I am looking for is "how to incorporate the growth rate percentage in my analysis for the future years"

 

eg Sales Budget is [SalesLY] * 1+ [YoY Growth Rate]

 

When using this formulae, The YoY growth rate number is not coming up with the right solution for Future Years 

 

The YoY growth rate is 44% for 2018 . Sales LY FOR 2018 is 19.510M. 

Sales LY for 2019 is 28.18M

 

In Year 2019, the growth rate does not exist. However the Sales Budget for 2019 is based on the 2018 growth rate which should be 28.18M * 1.44 to get 40.58M

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.