Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.