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
LarsAustin
Helper I
Helper I

Measure for Projected Annual Sales

Good Evening.

 

Is it possible to create a DAX measure to return projected sales based on projected growth rates?

 

I have the figures in columns YearBase Forecast and WIF Growth Rate. I want the column WIF Forecast as a measure to return the values under it. The text in blue is the calculation if created manually in Excel.

 

YearBase Forecast WIF Growth RateWIF Forecast  
2021100    
2022 30%130>>> 100 X 30%
2023 25%162.5>>> 130 X 25%
2024 10%178.75>>> 162.50 X 10%
2025 60%286>>> 178.75 X 60%

 

Thank you

 

LarsAustin

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@LarsAustin , Try a measure like. I have not tested this

maxx(all(Table), Table[Base Forecast])* PRODUCTX(filter(allselected(Table), Table[Year] <=max(Table])), 1+ [WIF Growth Rate])

View solution in original post

3 REPLIES 3
LarsAustin
Helper I
Helper I

Impressive..

 

Thanks so much Amit.

 

LarsAustin

amitchandak
Super User
Super User

@LarsAustin , Try a measure like. I have not tested this

maxx(all(Table), Table[Base Forecast])* PRODUCTX(filter(allselected(Table), Table[Year] <=max(Table])), 1+ [WIF Growth Rate])

Hi Amit,

 

Just one modification in my problem. Is it possible to amend the measure and instead of using the values on column WIF Growth Rate, it will be now based on values set as different individual parameters as below? I expect to still get the same end result.

LarsAustin_0-1615927123443.png

 

Thank you

 

LarsAustin

 

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.