Forum Discussion
Anonymous
7 years agoNot applicable
DAX Formula - group by
I'm working on a formula, for a calculated table, that will group the following columns: Player, Year, Month (all part of a table called Results) I then want to provide a sum of the total poi...
- 7 years ago
It is great you found another way. But check your formula out, you are not writting the NAME:
PointsPerMonth = GROUPBY(Results,[Player],Results[Year],Results[Month], "NAME", SUM(Results[Points]))
Regards,
v-piga-msft
7 years agoResident Rockstar
Hi Anonymous,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share some data sample and your desired output so that we could help further on it.
Best Regards,
Cherry