Forum Discussion

Macrosoft's avatar
Macrosoft
New Member
4 years ago
Solved

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 ...
  • amitchandak's avatar
    4 years ago

    Macrosoft , try like

    lastnonblankvalue( RealTimeData[timestamp], MAX(RealTimeData[percent]))