Forum Discussion
Analitika
Post Prodigy
6 years agoFirebird and VPN
I have very big problem with Firebird db Now i need manually do such things: Connect to VPN Conect to VPN RDP Copy gdb file from VPN RDPs local FTP to VPN RDPs desktop Run IBOconsole, set 10...
v-yingjl
Community Support
6 years agoHi Analitika ,
Basically, power bi only provides connector to Firebird, you can use ODBC to connect Firebird in power bi desktop:
It is assumed that you have already installed and configured a DSN for ODBC driver for Firebird.
- Run Power BI Desktop and click Get Data.
- Select the Other category in the Get Data dialog box, then select ODBC. Click Connect to confirm the choice.
- In the From ODBC dialog box, expand the Data Source Name (DSN) drop-down list and select the previously configured DSN for Firebird
- If you would like to enter a SQL statement to narrow down the returned results, click the Advanced options arrow, which expands the dialog box, and type or paste your SQL statement.
- Click OK. If your data source is password-protected, Power BI will prompt you for user credentials. Type your Username and Password in the respective fields and click.
- Now you should see the data structures in your data source. You can preview the contents of the database objects by clicking on them.
- To load the Firebird data into Power BI for analysis, select the needed table and click Load.
After creating reports for the data source, you can publish it to power bi service to configure scheduled refresh for it.
If you have problems when connecting, you can refer the Firebird FAQ: The Firebird FAQ
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.