Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
City | Area | Population |
London | Area1 | 5 |
London | Area1 | 5 |
London | Area1 | 8 |
I want the output to be like this:
London | Area1 | 18 |
Solved! Go to Solution.
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.
Or only select Sum in the Values pane in also OK.
Or replace Population column with a measure:
Sum = SUM('table'[Population])
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.
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.
Or only select Sum in the Values pane in also OK.
Or replace Population column with a measure:
Sum = SUM('table'[Population])
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
79 | |
64 | |
52 | |
47 |
User | Count |
---|---|
216 | |
89 | |
76 | |
67 | |
60 |