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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.