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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
FrugalEconomist
Helper III
Helper III

Plotting with ZIP3 boundary

Dear PowerBI Community,

 

My data set requires me to plot by the first 3 digit of the US Zipcode.

Is there a way to plot it by the Zip3 boundary?

 

Thanks

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @FrugalEconomist,

 

If I understand you correctly, you should be able to use the formula below to add a new calculate column into your table to get the first 3 digit of the US Zipcode, then plot with the new created calculated column on the report.

 

First3Zip = LEFT ( Geo[Zip], 3 )

In addition, here is a similar thread for your reference.Smiley Happy 

 

Regards

View solution in original post

1 REPLY 1
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @FrugalEconomist,

 

If I understand you correctly, you should be able to use the formula below to add a new calculate column into your table to get the first 3 digit of the US Zipcode, then plot with the new created calculated column on the report.

 

First3Zip = LEFT ( Geo[Zip], 3 )

In addition, here is a similar thread for your reference.Smiley Happy 

 

Regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors