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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.