How to connect PowerBI to HOPEXGraphQL in HOPEX V5?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023
10:31 AM
- last edited on
04-07-2023
11:14 AM
by
JaneLn
Source Code for PowerBI:
let
Source = Json.Document(Web.Contents("https://[Server]/HOPEXGraphQL/api/" & "ITPM",
[Headers=[#"x-api-key"="[apikey]",
#"Content-Type"="application/json"],
Content=Text.ToBinary("{""query"":""query{ application {id name applicationType} }""}")]))
in
Source
Labels
- Labels:
-
Administration
-
Platform
-
Reporting
0 Replies
