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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
rbhala
Frequent Visitor

dashboard with real-time data in powerbi service

I am streaming real time data using eventhub and powerbi api into dataset my data looks like

 

{
"Time" :"2017-01-10T21:13:09.168Z",
"Unit" :"1",
"X" :98.6,
"Y" :98.6,
"Pressure" :98.6
}
 
I want to display a summary table like,
 

Unit

Pressure

X

Y

1

98.6

98.6

98.6

2

2.4

10

11

3

3.5

45

12

4

4.6

44

12

5

5.7

67

56

 

when I click on a row of summary table, I want it to display a week of data on a line chart  with time on x-axis and pressure of that particular unit number.

 

Is there a way I can achieve this using powerbi service?

1 REPLY 1
Eric_Zhang
Microsoft Employee
Microsoft Employee

@rbhala

 

I don't think it is possible. 

 

At first, visual table is not support for stream dataset.

Capture.PNG

 

And, visual table and matrix are not clickable. You can check this idea Table filter.

 

Regarding "to display a week of data on a line", as the streaming dataset is for real-time purpose, I think you can choose another more proper feature. You can create dataset and push data via Power BI REST API, check a sample Push data into a Power BI dashboard.

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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