Forum Discussion
Humanoidhuman
2 years agoFrequent Visitor
Connect Linked SQL Server to Power BI Desktop
Background and Problem: I am trying to create a Power BI report using data pulled from MSSQL server to which I have access. I am able to successfully connect to the primary SQL server using the regu...
- 2 years ago
In your connection definition try running a SQL query against the linked server.
lbendlin
2 years agoSuper User
Use the initial server and database for the connection. The database is NOT optional, that dialog title is faulty.
Then run the query as you listed it.
Humanoidhuman
2 years agoFrequent Visitor
Thank you for that. However, as you can see below, the linked servers do not fall under the any database. For this purpose I am unable to discern what to enter as a database when linking to the SQL server
- lbendlin2 years agoSuper User
Pick any database on the original server that you have access to.
- Humanoidhuman2 years agoFrequent Visitor
Thank you so very much. That worked!