简体   繁体   中英

update the microsoft power bi report automatically when updating the databse

I'm generating some simple BI reports for a dashboard of KPIs in an angular App. Well my question is can power BI update the data of the report automatically whenever i update the database? .For the DB i'm using sql server.

This is what you are looking for

Real-time streaming in Power BI

There is one more way you can do that Data refresh in Power BI

I would put my 2 cents on Data refresh

You can use a python script to automate this, I have used this project before and it works https://github.com/dubravcik/pbixrefresher-python

You will need to convert the.py file into an.exe file and run it on a task scheduler and set your preferred execution rate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM