Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Measure + 0 is adding relationship who doesn't exist between objects

Hi,   I have 3 tables, Parents, Childs, and Incomes. They are all 1 to many.   My measure : SumChildMeasure = SUM(Incomes[Value]) + 0 Now if I show a table with 3 columns, ParentName, ChildNam...
  • Anonymous's avatar
    Anonymous
    7 years ago

    I solve my problem using columns at each level, calculating the sum but it less flexible with filters. Mergin rows can't work if you have to many rows, it's also duplicating values.

     

    Thanks for your help