Forum Discussion
Aggregate Data with multiple records
- 6 years ago
Anonymous ,
Create a measure using dax below:
Result = CALCULATE(SUMX(DISTINCT('Table'[Value]), 'Table'[Value]), ALLSELECTED('Table'))You can also refer to the pbix file.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous ,
Create a measure using dax below:
Result = CALCULATE(SUMX(DISTINCT('Table'[Value]), 'Table'[Value]), ALLSELECTED('Table'))
You can also refer to the pbix file.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, thank you for replying but unfortunately this didn't work for me and gave me a smaller number then it shoud be.
I need it unique to the individual and sum their value for the month selected.
- parry2k6 years ago
Super User
Anonymous can you put data in sample excel file and explain what you want. It is not sure which solution you tried and what is not working, you have to provide more details for further help.