I am trying to fetch data through "web" advanced option to access and fetch json data to Power BI, and it is returning with the error Unable to connect " The remote name could not be resolved".
Also for information accessing from Web service interface (WSI) with it needs a OAuth 2.0 Resource Owner Password Credentials Grant is used for authentication.

In order to access a WSI resource the client needs a valid access token and a valid session within the system
Amira BedhiafiPosted Jan 14, 2025, 2:03 PM
Have you checked the endpoint URL you are using for the NORIS RESTful API ? Try to verifythere are no typos or incorrect domain. names.
If the URL is correct, it might be a DNS issue where your system cannot resolve the domain. This could be related to network configurations or DNS server issues. You can try running
nslookupfrom a command prompt to check if the domain resolves correctly.Since the API uses OAuth 2.0 with Resource Owner Password Credentials Grant, verify that you have the correct access token and that the authentication headers are correctly set in Power BI.
If the service uses HTTPS, check that there are no SSL/TLS issues in the connection in this case you may need to install any required certificates if the API uses a custom certificate authority.