Forum Discussion
marina_oliveira
3 years agoFrequent Visitor
Calculated column sum grouped
Hello everyone! So, I have this table (fVolume) with information separated by Month_Year and Center (Unidade). A Center belogs to a Region, and a Region can have multiple Centers. I want to calculat...
tamerj1
Community Champion
3 years agoplease try
Coluna =
CALCULATE (
SUM ( 'Table'[Volume Mes Corrigido] ),
ALLEXCEPT ( 'Table', 'Table'[Mes_Ano] )
)