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.
Is there a way i can make a live connection with a database (or a scheduled data update) via ODBC? To simplify, i need to get data in Power BI updated when i make a change in database file (i doesn't have to be a live connection, it can be a scheduled update every hour or something like that).
P.S. If it matters, i'm using ODBC to connect to firebird database file.
Solved! Go to Solution.
Hi @techvenom,
Power BI doesn't support to get data from ODBC data source in a live connection or DirectQuery mode. In your scenario, you can import data from the ODBC in desktop, then publish the report to service. Then configure the ODBC data source under data gateway, configure the dataset use this gateway to access data source. Schedule refresh for the dataset.
Best Regards,
Qiuyun Yu
Hi @techvenom,
Power BI doesn't support to get data from ODBC data source in a live connection or DirectQuery mode. In your scenario, you can import data from the ODBC in desktop, then publish the report to service. Then configure the ODBC data source under data gateway, configure the dataset use this gateway to access data source. Schedule refresh for the dataset.
Best Regards,
Qiuyun Yu
Just as a side note, you willl have a limit to 8 Refreshes a day with that solution.