Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Patrick68
New Member

Getting the current value of a real-time (Hybrid) stream

Hi,

 

I have created a real-time (hybrid) stream, in which I return some counters. I also included a timestamp.

The client application sends the current values every minute to the Power BI stream web service.

Now I want to display the current value of each counter in gauges in the dashboard.

I can add a tile and that works fine, but then I can not format it so that decimals are not displayed.

To overcome this, I created a report with gauges. I can not however get the latest value of the counters, only an aggregate.

 

I have tried some solutions but none worked. Someone got any ideas to get the latest value with DAX?

 

The data in the stream is as follows:

 

[
{
"CurrentTime" :"2019-12-20T15:04:17.077Z",
"TotalCounter": 20,
"CustomCounter" :15,
"SubscriberCounter" :5
}
]
 
Regards, Patrick
0 REPLIES 0

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors