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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
JonSilverman
New Member

Making a Table based on grouping multiple Columns - Columns Show Same Values

I wanted to create a new table of city complaints based on "a group by".   The idea was to group by type of complaint, then by count of the complaint, and then bycount of  zip code.   My DAX code to this end is:  

 
Table = SUMMARIZE('erm2-nwe9', 'erm2-nwe9'[complaint_type], "Quantity of Incidents",Count('erm2-nwe9'[unique_key]), "Zip Codes Reporting",Count('erm2-nwe9'[incident_zip] )
 
However the table I get is giving me the same numbers for both of the quantitiative columns.   I don't understand where my error is.  Thank you for your help. 
 
Screenshot 2022-09-09 131300.png
 
 
2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @JonSilverman 

Could you please tell me whether your problem has been solved?

If you still need help, please share a sample file for further research.

Best Regards,
Community Support Team _ Eason

PaulDBrown
Community Champion
Community Champion

Please follow the recommendations in this thread to help us help you:

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors