blackcat18
New Member
- Joined
- Jun 12, 2014
- Messages
- 1
Hi every one,
I am starting to use DAX Expression in Power Pivot. i would like to know how I could summarize a column depending another.
Like =sum([CA]) where [ID] has the same value.
I think it is a simply formula but I did not find how to write it. I was trying:
=CALCULATE(sum([CA]);ALL(RPT_PerformanceBuvette_CA_Total[OPFSessID]))
but the result is exactly the number in the [CA] cell.
Regards
I am starting to use DAX Expression in Power Pivot. i would like to know how I could summarize a column depending another.
Like =sum([CA]) where [ID] has the same value.
I think it is a simply formula but I did not find how to write it. I was trying:
=CALCULATE(sum([CA]);ALL(RPT_PerformanceBuvette_CA_Total[OPFSessID]))
but the result is exactly the number in the [CA] cell.
Regards