Forum Discussion
BeeleJa
Helper I
5 years agoSUMIF to DAX single value to repeat
Hi All, Can anybody assist with translating this Excel fomula to DAX. =SUMIFS(S:S;K:K;K108;M:M;"INT_REPAIR";P:P;"Service") The result I am looking for is a Column where the amount listed ...
- 5 years ago
amitchandak - many thanks for the provided solution, it is providing the result I was looking for
Rgds
amitchandak
Super User
5 years agoBeeleJa , create a new column
sumx(filter(Table, [CASEID] =earlier([CASEID]) && [PRODUCTGROUPID] = "Service"),[P_AMOUNT])+0
BeeleJa
Helper I
5 years agoamitchandak - many thanks for the provided solution, it is providing the result I was looking for
Rgds