- Version 1.0
- Download 32
- File Size 3.85 MB
- File Count 1
- Create Date October 10, 2019
- Last Updated October 10, 2019
Streaming Data From SQLServer To PowerBI
In this lab, we’ll learn to implement real time streaming dashboards in Power BI. Real time streaming in Power BI can be done two ways, using the Power BI REST API or Pubnub. In this lab, we’ll implement real time streaming using Power BI REST API. In the first exercise, we’ll create a Streaming Dataset to hold the streaming data and a Dashboard to visualize the streaming dataset. In the second exercise, we’ll create a C# console application to stream data from SQL Server to the Power BI streaming Dataset using the Power BI REST API. In the third exercise, we’ll run the application created in second exercise to see the real-time data streaming in action.