Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, I have a report where I used successfully for a long time the Drilldown Cartogram visual. Recently we fund the following error in the visual: `Invalid Json File` . I remove the visual from the project and import it again and now, when I try to use the visual again, it show nothing. Any idea ?
Hi @avaldes ,
Please try to enable AllowOrigin=* to the root of the website where you are reading this topojson file from. If you are using IIS you can add web.config file to your applicaion root.
https://enable-cors.org/server_iis7.html
Adding CORS definitions to web.config file like below.
<system.webServer>
.........
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*"/>
<add name="Access-Control-Allow-Headers" value="Content-Type"/>
<add name="Access-Control-Allow-Methods" value="POST,GET,OPTIONS"/>
</customHeaders>
</httpProtocol>
Reference:
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Kudos are nice too.
Hi @v-xuding-msft , thanks for your reply, can you help me to solve that in PBI Desktop ?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 94 | |
| 83 | |
| 33 | |
| 32 | |
| 24 |