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! Request now

Reply
slatta33
New Member

Creating compounding revenue table

Hello,  

 

I am trying to create a compounding revenue table that is linked to a single value parameter.  For example,  

 

slatta33_0-1642445456892.png

 

I would like to select from the parameter percent change in revenue so that it will effect the table dynamically.  I was able to create it in excel, but cannot seem to figure out the DAX to make this run.  Thank you for the help!

3 REPLIES 3
slatta33
New Member

Hello,

 

Thank you for the response.  The 2 items I need to add to the dax you provided is that it filters by year and provides a unique value for each year, then it is added.  

 

slatta33_0-1642447592737.png

 

 

Thank you!

ValtteriN
Super User
Super User

Hi,

It is possible to do this in a table but I wouldn't recommend this since measures should do everything you need to do here. E.g.

Test data:

ValtteriN_0-1642446016131.png


Dax (first add a parameter for rate):

ValtteriN_1-1642446053412.png



New value = SUM(Compound[Value])*(1+[Compound Value])



End result:

ValtteriN_2-1642446184371.png

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!








Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hello,

 

Thank you for the response.  The 2 items I need to add to the dax you provided is that it filters by year and provides a unique value for each year, then it is added.  

 

slatta33_0-1642448759352.png

 

 

 

Thank you!

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.