Forum Discussion
Anonymous
4 years agoNot applicable
Group by calculated column
I have the below table, I need to create a calculated column "Overall Product and Trn Sales", which will be the sum of SalesAmount for the Trn ID and Product ID summarized. Trn ID Brand Locat...
- 4 years ago
Anonymous , Create a new column like
SUMX(filter(Table, table[Trn ID] = earlier (Trn ID)), Table[SalesAmount])
amitchandak
4 years agoSuper User
Anonymous , Create a new column like
SUMX(filter(Table, table[Trn ID] = earlier (Trn ID)), Table[SalesAmount])