Forum Discussion
Anonymous
7 years agoNot applicable
Sum based on unique ID
Hi Guys, I have a problem which shouldnt be that difficult to solve, but I'm new to DAX and can't handle it. What I am searching for is the Sum of values based on a ID. Example: ID | V...
Ashish_Mathur
Super User
7 years agoHi,
Drag ID to the Table visual and write this measure
=SUM(Data[Value])
Hope this helps.