Forum Discussion
Macrosoft
4 years agoNew Member
Datastream - Latest Value only
I've created a streaming dataset in my Power BI Web environment. I need to show the live-data in a Dashboard. Therefore I connected to the dataset in Power BI Desktop and I'm getting the data as ...
- 4 years ago
Macrosoft , try like
lastnonblankvalue( RealTimeData[timestamp], MAX(RealTimeData[percent]))
Macrosoft
4 years agoNew Member
Hi amitchandak
Thanks a lot for your help.
It worked perfectly! I still don't kown what caused the issue, but I'm glad it works now 🙌🏼.
Cheers