Forum Discussion
Automatically inserting json for push datasets instead of manually typing in the json format.
lbendlin: Thank you very much! I will try this tomorrow at work and when it works I mark your answer as the solution to my question.
lbendlin: After very long researching I found a Microsoft documentation, which describes how to communicate with the PowerBI rest API with the help of a C# console application, which has to be registered inside the personal azure portal. The documentation can be read under: https://docs.microsoft.com/de-de/power-bi/developer/automation/walkthrough-push-data-create-dataset.
This C# console app works great and I can now create a dataset based on a JSON file. lbendlin : You just posted a link to the different API instructions, which can be send to the PowerBI rest API. Therefore, it is not the real solution to my question. But, you gave me the hint, that it is in principle posssible to create a dataset with a communication with the PowerBi API. So you get a like for your answer, but I can not mark it as a solution to my question.