Forum Discussion
Anonymous
6 years agoNot applicable
Data Source Credential Error - Freshdesk API - Power BI Service
We have a PBI report that is connected to the Freshdesk API and uses Basic Authentication. The report works great when refreshing locally from PBI desktop; however, we get an error when trying to se...
v-lili6-msft
6 years agoCommunity Support
hi Anonymous
You may try to clear all permissions in "Data Source Settings" in Power Query Editor in Power BI Desktop app and then setting them again and publishing to the cloud refreshed requests done by Power BI Cloud.
Regards,
Lin
Anonymous
6 years agoNot applicable
Hey Lin,
Thanks for the suggestion. Unfortunately when I clear the permissions I still the error below in PBI Service:
- nickyvv6 years agoMost Valuable ProfessionalMaybe you need to append the "/v2" to the data source instead of the RelativePath?
- Anonymous6 years agoNot applicable
Hey nickyvv ,
I've added the complete url back in and removed the RelativePath. Here's what the M looks like now:
This here is the error I get now:
Here's an article from Chris Webb's blog on adding in RelativePath to get past the refresh issue.
This seemed to get me past the Unsupported Function error but still had the authentication issue.
Any thoughts on this?
- nickyvv6 years agoMost Valuable ProfessionalHi Anonymous,
Sorry, I actually meant only adding the v2 to the Web.Contents function, so this:
https://xxx.freshdesk.com/api/v2
And leave the rest in the RelativePath to deal with the authentication as Chris mentions in his blog.