Forum Discussion
Dax to Sum Rows
- 3 years ago
Hi, kunal_mehta1
You can try the following methods.
Column:Number = RIGHT([Project Number],4)Measure = CALCULATE(SUM('Table'[Dollar]),ALLEXCEPT('Table','Table'[Number]))Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
could you also provide directly your expected result based on the sampledata?
It would be a measure which will give me sum of dollar vlaue for C7097 and O7097 which would be 30 , next gives me sum of C7088 and O7088 which would be 35, also gives me the value of C7086 even if it doesn't have O number which would be 25.
- v-zhangti3 years agoCommunity Support
Hi, kunal_mehta1
You can try the following methods.
Column:Number = RIGHT([Project Number],4)Measure = CALCULATE(SUM('Table'[Dollar]),ALLEXCEPT('Table','Table'[Number]))Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.