Power BI streaming data realtime and display dashboard .

NNot patchaya
3 min readOct 15, 2020

Hello, everyone. in this story I talk about How to use power bI to streaming data and display dashboard.

Concept.

Step

  1. login and register
  2. Step to create steaming data.
  3. Create web services for providing data to power bi.
  4. Create a Dashboard

1. Login and register

https://app.powerbi.com/

2.Step to create steaming data in Power BI.

Input dataset name and value. Value is data from your API. In this Example I set the value is number and date .

Historic >> (on) it keep your data when your stream and history can show in dashboard. (off) if not keep your data .

and then copy push URL . and click Done.

3. Create web services for providing data to power bi.

In this Example I use Console App (.NET Core)

** Enter your URL from

and run service look in terminal

4. Create a Dashboard

New >> Dashboard

When your create name click menu add a tile.

choose the data set.

choose

  1. Visualization Type Ex. Gauge
  2. Value number
  3. Next
  4. Set Title
  5. Subtitle
streaming data from your random service.
Display Visualization from your streaming service.

Thank you.

REF.

https://bpcs.com/blog/power-bi-streaming-data-sets-the-good-the-great-and-the-gotchas

--

--