Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Solved! Go to Solution.
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.
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.
You can try something like this:
Just adjusted it to be 1.07 instead of .07
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |