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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
SANDRALIA
Helper I
Helper I

Calculated row

Hi friends!

I add this calculated column:

Total  per Acc =
CALCULATE (     SUM( 'table1 (Acc_Per)'[H.Total ARS]),
    FILTER ( 'table 1 (Acc_Per)',
         AND('table 1 (Acc_Per)'[SAP Account ID] = 'TABLE-2'[SAP Account ID],  'table 1(Acc_Per)'[Period] = 'TABLE-2'[Period])           )
 
I have 4 records in the table with the same values, but the result of this calc is only saved in one of the record 
What Im doing wrong? 
 
thank you very much!
1 REPLY 1
lbendlin
Super User
Super User

You need to use RELATED() for calculated columns.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.