The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all,
I'm using Power BI desktop to load data (from SQL server 2012) into charts and publish chart to dashboard on website (https://app.powerbi.com/groups/me/dashboards/).
When data in SQL server 2012 is changed, how can these changes be updated automatically into charts?
Solved! Go to Solution.
Should use DirectQuery to connect to SQL Server.
@hellgoingon You have few options depending on how comfortable are you with the approach.
1. Use schedule refresh of power bi to periodically update data in visuals.
2. Use DirectQuery feature of power bi ie you connect live to your SQL database and don't require any refresh. Data in your visuals is live and always upto date.
3. User Power BI REST API to programatically push data in real-time to dataset that is published to power bi service.
@hellgoingon You have few options depending on how comfortable are you with the approach.
1. Use schedule refresh of power bi to periodically update data in visuals.
2. Use DirectQuery feature of power bi ie you connect live to your SQL database and don't require any refresh. Data in your visuals is live and always upto date.
3. User Power BI REST API to programatically push data in real-time to dataset that is published to power bi service.
It works perfectly with DirectQuery. Thanks for help.
Should use DirectQuery to connect to SQL Server.
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
203 | |
82 | |
65 | |
48 | |
38 |