Forum Discussion
DebbieE
6 years agoCommunity Champion
Push Datasets in Power BI
I recently created a push dataset using a Logic app that added data from social media to Azure table storage. It all worked pretty well Could I do the same thing with data from a source syste...
lbendlin
6 years agoSuper User
As of now you cannot update records in streaming datasets. You can only flush and fill. This may change in the future when XMLA Write is extended to streaming datasets.
Taking rows from a SQL server and pushing them into the dataset is certainly possible. But it's kinda awkward, as that data generally comes from a different source (like a sensor or ticker) and it would make much more sense to stuff it into the dataset directly from the original source, at the time it (the data) is generated.