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

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors