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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register 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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.