Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
I am streaming real time data using eventhub and powerbi api into dataset my data looks 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?
I don't think it is possible.
At first, visual table is not support for stream dataset.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
6 | |
2 | |
2 | |
2 |
User | Count |
---|---|
4 | |
4 | |
4 | |
4 | |
4 |