Replies: 1 comment
-
Is this something that you're running through the Power Query SDK as a new connector? or is this an M script that you're trying to run inside of Power BI Desktop? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I want to integrate a PowerQuery in PowerBI, to genarate Reports with the result Data of an API endpoint. For me, the difficulty is, to setup this as a directquery, so that the report comes with fresh data, if someone opens the report in the published online version.
The power query takes care of the authentication and picks up the data. Has someone of you any idea, how to do this?
Here is my Powerquery for a better understanding, I would really appreciate any help or tips.
`
let
CreateHeaders = () => let
in
RowsToTable`
Beta Was this translation helpful? Give feedback.
All reactions