Forum Discussion
Fabric Activity Failing with NameResolutionFailure for Power BI Endpoint
- 3 months ago
Hi Gettoknow
This looks like a DNS resolution issue. The error indicates that Fabric is unable to resolve the Power BI endpoint (*.api.powerbi.com) before the request is sent.
If you're using Private Link, I'd recommend checking whether the Private DNS zone is correctly linked to the VNet and whether the endpoint hostname resolves successfully. It's also worth reviewing any custom DNS servers, conditional forwarders, firewall, or proxy configurations that could be impacting name resolution.
As a quick validation, try running an nslookup against the failing hostname. If the hostname cannot be resolved, that would point to a DNS or Private Link configuration issue.
A missing or incorrectly configured Private DNS zone link is often the root cause of this type of NameResolutionFailure error.
If this post helps, please accept this as a solution. Appreciate your kudos.
Thanks,
Pallavi
Hi Gettoknow
Just checking in to see if your issue has been resolved. Please let us know if you need any further assistance.
Thank you.
- Gettoknow3 months agoNew Member
Hi Team,
Thanks its resolved now.