Need to find total value from ref table using SUM()

Hi ,

I am trying to calculate the total value of the ref table by using the below formula

SUM(SELECT(Bills[Line value],AND([Customer Name]=[ID],[Status]=“Credit”)))

I am using the above formula in the parent table in virtual column but I am not getting the total value .

3X_7_9_79da433a77462a1169357f889b22169cacf3a849.png

I need to total value ,where the status is credit ,Please help me with the expression

Solved Solved
0 7 180
1 ACCEPTED SOLUTION

SUM(Select([Related whatever][Line value],[Status]=“Credit”))

View solution in original post

7 REPLIES 7
Top Labels in this Space