I'm trying to get a refresh token from our API so that I don't have my API login crednetials in the .pbix file and keep getting a "We couldn't authenticate with the credentials provided" error (see below screenshot)
When I get a new token using my login credentials and use that token to pull data from the API it works totally fine and don't get that error (below screenshot). What am I missing here?