Forum Discussion

rajivsha's avatar
rajivsha
Frequent Visitor
1 year ago
Solved

YoY Growth

I want to create the following output to check the YoY growth percentage. Can anyone help me how to do it? Thanks.

 

 Customer Overview
 Net CustomersGrowth %
FY 2341 
FY 246456%
FY 258634%
  • Hi rajivsha 
    You can achieve the desired result with many methods, one of them visual calculation :

    The formula :

    Versus previous = if (SELECTEDVALUE([Year])<>CALCULATE(MIN([Year]),ALLSELECTED([Year])),DIVIDE([Sum of Net Customers] ,PREVIOUS([Sum of Net Customers]))-1,blank())

    percentage formatting :

    Result:

    The pbix is attached

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

5 Replies