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-kalyj-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-kalyj-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

Helpful resources

Announcements
Vote for T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Vote for your favorite t-shirt design now through March 28.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!

Top Solution Authors