Forum Discussion
jmcgi2
2 years agoNew Member
Python API - Create/Push New Dataset
I am pulling 2 different tables from Google Big Query. Then I am joining them together and manipulating the data. Finally, I need to push this new data to Power BI using my Python Script. I do NOT wa...
- 2 years ago
You get the API key when you create your Streaming dataset. Push datasets work a little different.
jmcgi2
2 years agoNew Member
Thank you for the reponse. I work for Suabru and I believe I have to go by their security, would what you provided still work? I want to do it the correct way so IT does not get mad. Below is my code from reading the Power BI Python API. Let me know what you think!
lbendlin
Super User
2 years agoyou are missing the /rows part of the URL.
- jmcgi22 years agoNew Member
Ok I see that now. Could you let me know where to insert it into my string? I do not have an API Key, unless you are calling the API Key like the client_id or something. Thanks again!
- lbendlin2 years ago
Super User
You get the API key when you create your Streaming dataset. Push datasets work a little different.