Forum Discussion

idontknowy's avatar
idontknowy
New Member
1 year ago
Solved

Aggregate

Hi, I have encountered a scenario wherein initial aggregate is SUM but after creating a relationship with another table the aggregate changed to COUNT. what could be possible reason for this. TIA. ...
  • amitchandak's avatar
    1 year ago

    idontknowy , You can change Default aggegation in Column tools. Better to create a measure

     

    Measure = Sum(Table[Column])