Forum Discussion
Freshdesk x Radiare integration w/ Power BI
- 7 years ago
The Support Team from Radiare reply me through email.
They got the API Key that I provided and shared w/ me the Dashboard. Brilliant work, BTW.
If you need some help with this, get in touch with them: [email protected]
Thank you!
aanderquikk,
Based on Freshdesk REST API article, you can use Basic Access Authorization and you can pass the "username:password" (or "APIkey:X") as an "Authorization" header in Power BI.
Add a new blank query in Power BI Desktop, then paste the following code in Advanced Editor. There is a similar thread for your reference.
let
Source = Json.Document(Web.Contents("yoururl", [Headers = [#"Content-Type"="application/json", #"Authorization"="Basic <your_access_token>"]]))
in
Source
Besides, you can install Freshdesk apps to view report in Power BI.
Regards,
Lydia
Thanks for your time, Lydia!!!
Got solved w/ Support from Radiare Help through email.
I`ll post the solution.
Thanks!
- aanderquikk7 years agoNew Member
The Support Team from Radiare reply me through email.
They got the API Key that I provided and shared w/ me the Dashboard. Brilliant work, BTW.
If you need some help with this, get in touch with them: [email protected]
Thank you!