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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.