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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Shape map extending from central point

Hi all

 

I have a custom shape map based on UK LSOA boundaries. While the data visualises fine in QGIS, it jumps out from a central point to present a warped map in PowerBI. There is also no visible gradient for the value I'm trying to visualise (LSOA deprivation data).

uk_lsoa_map.PNG

 

I am using the Equirectangular projection and have tried the others, but they don't work.

 

I downloaded the shape file from the government geoportal and then used MapShaper to convert to topojson. As context, I was able to visualise a similar shape map (also downloaded from the geoportal) using centroids and that worked fine. I have also tried using a clipped version of the LSOA polygon map, in case it was due to the map being too large, but I get a similar results. 

 

Any help would be much appreciated!

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

export it from mapshaper using wgs84.-->  "-proj wgs84"

You might want to simplify the map first also, so that it doesn't take too long to render in powerbi.

View solution in original post

3 REPLIES 3
Dal_25
New Member

I also had this problem, but none of the solutions seemed to work. After looking at the JSON in a text editor, I tried replacing:

 

  "transform": {
    "scale": [
      1.777329117207265,
      1.7654004184142325
    ],
    "translate": [
      170990.34939999972,
      5425574.183800001
    ]
 
With:

"transform": {

    "scale": [

      0.000011857228404904743,

      0.000007559092235562255

    ],

    "translate": [

      -110.64553919951076,

      49.98942538559014

    ]

 

I'm not a GIS person, so I have no idea what this does, but it worked. I hope nobody else has this problem and it was just me, but just in case I thought I'd note it here. I doubt the specific numbers matter, I just had two shape files that worked and compared the ones that didn't to them. 

Anonymous
Not applicable

Thank you! Worked a treat.

 

The original map was using a OSGB36 projection, so I just converted it to WGS84 when exporting from QGIS. Simplifying it in MapShaper really sped things up too. Much appreciated!

HotChilli
Super User
Super User

export it from mapshaper using wgs84.-->  "-proj wgs84"

You might want to simplify the map first also, so that it doesn't take too long to render in powerbi.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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