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, I'm currently using ODBC connector on my PC to download company data.
Is there any way to create this type of connection in Dataflow please? I've tried several strings, but without luck.
Dataflow
Thank you in advance.
Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.
Solved! Go to Solution.
I think all you need is to put ion "DSN = VF19SK" in your connection string You will have to install Power Bi Gateway (not the personal mode) and setup your connections. I am connecting dataflows with simple DSN= datasource name from odbc setup and able to connect.
I think all you need is to put ion "DSN = VF19SK" in your connection string You will have to install Power Bi Gateway (not the personal mode) and setup your connections. I am connecting dataflows with simple DSN= datasource name from odbc setup and able to connect.
Hi @BiAnalyst, yes it works that way but I had to setup ODBC Data Sources 64 bit and use System DSN instead of User DSN. It works with gateway but i thought that there is also direct way without gateway.