Forum Discussion

efjw's avatar
efjw
Icon for Helper I rankHelper I
2 years ago
Solved

Real-time updates in PowerBI without pressing the refresh button (Without Powerbi Premium Per User)

Hi! I want to show data in my charts updating real-time without pressing the refresh button. Currently, I have managed to get it working by using a streaming dataset (API). I used a python program to...
  • frithjof_v's avatar
    frithjof_v
    2 years ago

    If you are on a Pro workspace, then the recommended way is to create a streaming semantic model and then create a dashboard (not report) using data from that streaming semantic model.

     

    Another option (not as smooth updates as the first option) is to create a Push semantic model, create a report on top of that Push semantic model, and then pin some tiles from the report into a dashboard. 

     

    The way I understand the docs, the only way to get automatic updates in a Pro workspace, is to use the dashboard functionality.

  • efjw's avatar
    efjw
    2 years ago

    frithjof_v I tried to use my streaming dataset to create a report in powerbi and pin the visuals in my dashboard and the real time updates happen! I think this works too 🙂 thanks so much for your help