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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
NanardPet
Regular Visitor

I need the sum of the values of a column that is a formula depending of the values of other columns

I need a measure to calculate the sum of "FCFF actualisé" (173.977,98 €) depending on the values of this table :

 

Année relativeFCFFCoeff actualisationFCFF actualisé
1     48.127,00 €0,858471479               41.315,66 €
2     57.131,00 €0,73697328               42.104,02 €
3     54.875,00 €0,632670541               34.717,80 €
4     55.709,00 €0,543129615               30.257,21 €
5     54.869,00 €0,466261284               25.583,29 €
Total271.711,00 € 

173.977,98 €

 

Where Coeff actualisation = 1/(1+[WACC last agrégé])^SUMX([Année relative])

and FCFF actualisé = [FCFF]*[Coeff actualisation]

 

Could you help me ?

 

Thanking you in advance

 

Bernard

2 REPLIES 2
Anonymous
Not applicable

Hi @NanardPet ,

 

According to your description, here are my steps you can follow as a solution.

(1) This is my test data.  

vtangjiemsft_0-1677463991062.png

(2) We can create a measure. 

sum of "FCFF actualisé = SUMX(SUMMARIZE('Table','Table'[Année relative],'Table'[FCFF actualisé]),'Table'[FCFF actualisé])

(3) Then the result is as follows.

vtangjiemsft_1-1677464044857.png

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

Hi Neeko,

 

My problem is that 'Coeff actualisation' and 'FCFF actualisé' are two measures, and not present in the table:

Coeff actualisation = 1/(1+[WACC last agrégé])^SUMX([Année relative])

FCFF actualisé = [FCFF]*[Coeff actualisation]

 

So the SUMMARIZE formula doesn't recognize 'FCFF actualisé'

 

Any other idea to help me ?

 

Thanking you in advance

 

Bernard

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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