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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
noahmcbride14
Regular Visitor

Correct Balance Calculation

I am working on a table that will calculate a Balance of running costs for a Material and then apply that cost based on a percentage of activity based on an occurrence in another table.

I am having trouble creating the calcualtion that I need without creating a circular reference. Here is a sample of how I want the data to look:

MonthCost% ApplyTotal Cost Applied  Total Applied  Outstanding  Outstanding Applied  Total Outstanding Applied  Outstanding Remaining 
01208.880208.88                  -                         -              208.88                                                -   
02185.210.7714394.09         142.87              142.87            251.22                           161.13                                      161.13                                   90.09
0357.821451.91           57.82              200.69            251.22                              90.09                                      251.22                                          -  
0432.311484.22           32.31              233.00            251.22                                    -                                        251.22                                          -  
0528.90513.12                  -                233.00            280.12                                    -                                        251.22                                   28.90
0635.310548.43                  -                233.00            315.43                                    -                                        251.22                                   64.21
0700.3658548.43                  -                233.00            315.43                              23.49                                      274.71                                   40.72

 

In Power Bi, I can easily reproduce Month, Cost, % Apply, Total Cost, Applied, and Total Applied. I am getting stuck on Applying Outstanding costs.

I want to create a column that will take costs that have not been applied from the previous month (Outstanding costs) and apply that value based on the % Apply in the current month. However, this does not reduce the Outstanding Value by the amount applied from the previous month.

For example, in Month 02 in the table above, my calculation should be:

Cost from Current Month * % Apply + Previous Month Outstanding * % Apply
185.21 * .7741 + 208.88 * .7741 = 305.065

My new Outstanding Cost should be Total Cost - Total Applied - Outstanding Applied
394.09 - 142.87 - 161.13 = 90.09

 

However, I do not know how to reduce the Outstanding value with referencing the column itself.

 

Does anyone have anyn ideas?

0 REPLIES 0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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