Forum Discussion
smpa01
2 months agoCommunity Champion
fetch external link
dm-p I could not fetch while developing this , I had to locally bundle the json, I was wondeing is there a workaround to fetch external link ? const TOPO_URL = 'https://cdn.jsdelivr.net/npm/world-a...
davidwarner344
2 months agoAdvocate II
Bundling the JSON locally is usually the safest solution. Power BI visuals often restrict external URL fetches, so unless the endpoint is explicitly allowed, direct requests may not work.