I read this artical:
https://docs.microsoft.com/en-us/power-bi/service-real-time-streaming
when i have a table loaded with millions of records .. it's possible to add new records to this table, but is it also possible to UPDATE? records?
So lets say i want to update the amount of 3 invoices without loading all the data again, is this possible with the API? or can only add date? Or perhaps is delete and add possible instead of update?
If its not possible, what's the best approach in powerBI if i have million of records and the table should be up-to-date every 10 minutes with it's source and the changes in the table is limited (few records).
Thanks in advanced