Forum Discussion
brinky
7 years agoHelper IV
sum in table by source
Hello,
I'm trying to get total sales by code and source from the following table, but for some reason I'm getting totals all same, any idea how to solve?
5 Replies
- MariuszCommunity Champion
Hi brinky
Is the sum column in the same table as?
Is it a Measure or Column that you are trying to create?if so try to use CALCULATE( SUM( YourTable[SumColumn] ) )
If not, please can you provide extra info about your model.
Regards,
Mariusz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.