Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi,
I've got a dataset that pulls data from the freshservice API. My Power Query code passes the API key in the header (code below).
Source = Json.Document(
Web.Contents(
"https://xxxx.freshservice.com/",
[
Query=
[
per_page="100",
page=Number.ToText(page)
],
Headers=[Authorization="Basic xxxxxxxxxxxxxxxxxxxxxxxxx"],
RelativePath = "api/v2/tickets"
]
)
)
I've got the connection set up for anonymous authentication. When I go refresh the dataset, I get the following error: "Please make sure your data gateway (personal mode) is installed and configured properly"
Any ideas? Connecting to a web API shouldn't require a gateway at all so why am I getting a gateway error?
Thanks!
Hi @AUaero,
AFAIK, normally cloudy Datasource not required to use the gateway to handle refresh. (you can also turn on the option to use gateway manage datasets who existed both cloudy and on-premise data source)
Does your report dataset contain other connection mode data sources or any advance operation across your query tables? (merge, combine, reference, custom functions...)
In addition, any specific feature or script that only person mode gateway supported include in your report datasets?
Regards,
Xiaoxin Sheng
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 10 | |
| 10 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 40 | |
| 36 | |
| 34 | |
| 28 | |
| 20 |