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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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