Forum Discussion
kobebyte
9 years agoRegular Visitor
Is it possible to write a code to check whether the record exists in Power BI streaming dataset?
I tried to find a workaround solution for https://community.powerbi.com/t5/Service/Is-it-possible-to-convert-a-dataset-which-is-published-from/m-p/193712#M26286 .
Is it possible to write a code (.Net) to check whether the record exists in Power BI streaming dataset? For example, the code will check whether the specific fund id exists in the streaming dataset. If so, my app will push only a new record, else it will push every historical record.
Thanks,
Byte
1 Reply
- AnonymousNot applicable
HI kobebyte,
You can't get the streaming datset history records.
In my opinion, I'd like to suggest you store these data to local database and check it before push to steaming dataset.
Regards,
Xiaoxin Sheng