Hello guys!
Today im doing some tests with Power BI API.
I already downloaded the console sample and the web sample. And created some datasets/reports to test.
I used the console app do do this, the option was "6 - Import PBIX Desktop file into an existing workspace".
This works good, but now my doubt is, how i can update the previosly created dataset?
Searching around i found the AddRows method but im afraid that this is not a trivial thing. In the examples i see they create a json with the new rows and add to the table. I think im misunderstanding something. When i update my desktop pbix file i dont know what is the new rows? Someone can help me here? Thanks in advance!