Forum Discussion
Group By Summarize Table
- 4 years ago
Hi Mohannad17 ,
If the Summarization of Population column is Sum, and in the Values pane, Sum is selected in the Population column drop down options, the Population column will automatically add in the visual.
Or only select Sum in the Values pane in also OK.
Or replace Population column with a measure:
Sum = SUM('table'[Population])I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Mohannad17 ,
If the Summarization of Population column is Sum, and in the Values pane, Sum is selected in the Population column drop down options, the Population column will automatically add in the visual.
Or only select Sum in the Values pane in also OK.
Or replace Population column with a measure:
Sum = SUM('table'[Population])
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.