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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

CALCULATE TARGET BUDGET

Screenshot (17).pngScreenshot (14).pngScreenshot (15).pngScreenshot (16).png

Screenshot (18).png

I HAVE A FIVE YEAR DATE TABLE 2020-2025 AND SALES TABLE  (PAYMENT) IS ACTUAL SALES BASED ON CATEGORIES,SUBCATEGORIES AND STORENO PAYMENT ONLY HAVE 2020 AND 2021 SALES  NEED TO CALCULATE TARGET BUDGET WHICH IS +7% OF OF PREVIOUS YEAR (2020) PAYMENT BUT IN FUTURE WHEN WE ENTER 2022 SALES IT REPEATS +7% TO THAT PREVIOUS YEAR(2021)  PAYMENT AND SO ON . THANKS

Screenshot (21).png

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Anonymous ,

 

You can try to use POWER function like so:

Sales = POWER(1.07,MAX('Table'[Year])-2020) * 100(the value of 2020)

 

 

Best Regards,

Icey

 

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

4 REPLIES 4
Icey
Community Support
Community Support

Hi @Anonymous ,

 

You can try to use POWER function like so:

Sales = POWER(1.07,MAX('Table'[Year])-2020) * 100(the value of 2020)

 

 

Best Regards,

Icey

 

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

dvl_ctaul
Helper I
Helper I

You can try something like this:

 

 

Just adjusted it to be 1.07 instead of .07

 

 

Anonymous
Not applicable

this is not correct percentage we need to + again after *

 

Yeah you're right, it should be 1.07 instead of .07. Everything else should work.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

Top Solution Authors