This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
| User | Count |
|---|---|
| 16 | |
| 11 | |
| 10 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 41 | |
| 36 | |
| 36 | |
| 28 | |
| 20 |