The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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! | |