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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Mike282
Helper III
Helper III

Adding a Pivot Column based on Postcodes

Hi

 

I've got a dataset with a column containing the postcode of each recorded user. I want to do a count of each unique postcode value so that I can map that to a map visualisation with the Count being the value field against the postcode. When I tried to use the Pivot Column function in query editor, it appears to just give me rows of 0s as opposed to an aggregate count score against each unique postcode.

 

 

2 REPLIES 2
Anonymous
Not applicable

I'd recommend doing this count using a measure and make use of the function DISTINCTCOUNT

 

https://msdn.microsoft.com/en-us/library/gg492142.aspx

GilbertQ
Super User
Super User

Hi there, you could create a measure in your data model after the data has loaded.

You can use the DISTINCTCOUNT on your Postcode Column. This will then count each PostCode only once.

DISTINCTCOUNT(ResellerSales_USD[SalesOrderNumber])




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.