Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
Solved! Go to Solution.
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.
Regards
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.
Regards