Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Made a choropleth map in ArcGIS for Power BI. Data is by fips code, and displays correctly except for a handful of states. There is data in the table for fips codes in those states, and I verified they match the expected locations. Any ideas?
Solved! Go to Solution.
Ah it was missing the leading zeroes in the fips fields. I was thrown off because it was state specific. Easily remedied in Power Query:
Text.PadStart(Text.From([FIPS]), 5, "0")
Hi @sfmike99,
We hope your issue has been resolved. If so, please "Accept as Solution" and give 'Kudos' so that community members can find it easily.
Please continue using the Microsoft community forum.
Regards,
Pavan.
Hi @sfmike99,
Could you please confirm if this issue has been resolved? If it has, kindly mark the helpful reply and "Accept it as the solution". This will assist other community members in solving similar problems more quickly.
Thank you,
Pavan.
Ah it was missing the leading zeroes in the fips fields. I was thrown off because it was state specific. Easily remedied in Power Query:
Text.PadStart(Text.From([FIPS]), 5, "0")
Hi @sfmike99 - can you please check the below links: hope it helps you.
https://doc.arcgis.com/en/power-bi/design/change-the-location-type.htm
Create an ArcGIS map in Power BI - Power BI | Microsoft Learn
Proud to be a Super User! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |