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 fetch data from PostgreSQL, convert it to JSON and send it to PowerBI Service via the PUSH URL provided by the streaming dataset. 

 

I tried to create a report on PowerBI desktop by using Get Data > Semantic Model and I selected my streaming dataset. I published the report to PowerBI Service but I do not see the real-time updating happening. However, when I create a dashboard on PowerBI Service, the real-time updating happens.

 

Do PowerBI reports not support this real-time updating feature? Also, If I had PowerBI Premium Per User and used DirectQuery, would I see an option to enable auto-refresh such that real-time updating of my dashboard without the user needing to press any refresh button happens? (real-time updating mentioned refers to when data is inserted into PostgreSQL, I can almost immediately see it reflected in my chart with little lag time)

  • 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

18 Replies