Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
aanderquikk
New Member

Freshdesk x Radiare integration w/ Power BI

Hello all,

 

I am not able to connect on Power BI the API Key that I've got after provide my Freshdesk Credentials on this website: https://radiarefreshdesk.westus2.cloudapp.azure.com/support-desk/freshdesk/index.php#step-1

 

After filled and connect well through link above, I've got an email from Radiare provide me the API Key to connect it.

 

I've tried on Power BI the option: "Get Data" / "Web" / URL: https://radiarefreshdesk.westus2.cloudapp.azure.com

 

To access I've tried: "Basic" / "User Name" (put the API Key provided) with no password. 

 

After that, got "Access to the resource is forbidden" message.

 

Thanks in advance!

 

Anderson

1 ACCEPTED SOLUTION

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: support@radiare.freshdesk.com

 

Thank you!

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@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!

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: support@radiare.freshdesk.com

 

Thank you!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.