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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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