The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.