Forum Discussion

Gettoknow's avatar
Gettoknow
New Member
3 months ago
Solved

Fabric Activity Failing with NameResolutionFailure for Power BI Endpoint

Hi Team, We are encountering the following error while executing a Microsoft Fabric activity: Error calling the endpoint 'https://api.powerbi.com'. Response status code: 'ClientSideException : Nam...
  • pallavi_r's avatar
    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