cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Mohannad17
Frequent Visitor

Group By Summarize Table

 

Hi Everyone, I've a summrize table which is outputing the below table, I'm struglling to create a group by city and area, each time tht popoultion column return the whole popltion regardiless of which city or area.

 

 

CityAreaPopulation
LondonArea15
LondonArea15
LondonArea1

8


I want the output to be like this:

 

LondonArea118
1 ACCEPTED SOLUTION
v-yanjiang-msft
Community Support
Community Support

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.

vkalyjmsft_0-1659405350678.png

vkalyjmsft_1-1659405409642.png

Or only select Sum in the Values pane in also OK.

vkalyjmsft_5-1659405977428.png
vkalyjmsft_4-1659405951071.png

Or replace Population column with a measure:

Sum = SUM('table'[Population])

vkalyjmsft_6-1659406072895.png

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.

View solution in original post

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

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.

vkalyjmsft_0-1659405350678.png

vkalyjmsft_1-1659405409642.png

Or only select Sum in the Values pane in also OK.

vkalyjmsft_5-1659405977428.png
vkalyjmsft_4-1659405951071.png

Or replace Population column with a measure:

Sum = SUM('table'[Population])

vkalyjmsft_6-1659406072895.png

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.

amitchandak
Super User
Super User

@Mohannad17 , Create a measure Max(table[Population]) and use that in visual



!! Microsoft Fabric !!
Microsoft Power BI Learning Resources, 2023 !!
Learn Power BI - Full Course with Dec-2022, with Window, Index, Offset, 100+ Topics !!
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Proud to be a Super User! !!

Helpful resources

Announcements
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.

Top Solution Authors