<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Connect Linked SQL Server to Power BI Desktop in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4031019#M54032</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Background and Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;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 regular connection steps. However, the dbo which has the data I need for this particular report lives on a linked server which is connected to my primary MSSQL server (I can access it on MSSQL management studio under the path &amp;gt;&amp;gt;'Server Objects' &amp;gt; 'Linked Servers' &amp;gt; 'My Linked server').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Anticipated Solution:&lt;BR /&gt;&lt;/STRONG&gt;I am hoping to establish a connection to the linked server so I can access the dbo which has the data that i need for my report.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;TIA!&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 19:40:33 GMT</pubDate>
    <dc:creator>Humanoidhuman</dc:creator>
    <dc:date>2024-07-08T19:40:33Z</dc:date>
    <item>
      <title>Connect Linked SQL Server to Power BI Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4031019#M54032</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Background and Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;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 regular connection steps. However, the dbo which has the data I need for this particular report lives on a linked server which is connected to my primary MSSQL server (I can access it on MSSQL management studio under the path &amp;gt;&amp;gt;'Server Objects' &amp;gt; 'Linked Servers' &amp;gt; 'My Linked server').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Anticipated Solution:&lt;BR /&gt;&lt;/STRONG&gt;I am hoping to establish a connection to the linked server so I can access the dbo which has the data that i need for my report.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;TIA!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 19:40:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4031019#M54032</guid>
      <dc:creator>Humanoidhuman</dc:creator>
      <dc:date>2024-07-08T19:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Linked SQL Server to Power BI Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4031250#M54039</link>
      <description>&lt;P&gt;In your connection definition try running a SQL query against the linked server.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 00:56:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4031250#M54039</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-09T00:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Linked SQL Server to Power BI Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4032681#M54066</link>
      <description>&lt;P&gt;I tried running the a SQL script under advanced options while establishing connection to the server (picture below), but it asks for a database. For this I tried entering the linked server name as well but it doesn't establish connection saying authentication failed. I double checked my credentials and permissions all the server they seem to be all there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Humanoidhuman_0-1720533493986.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1129179iCF5518B2CB198857/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Humanoidhuman_0-1720533493986.png" alt="Humanoidhuman_0-1720533493986.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am also attaching the script I used below for reference&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT * FROM linkedserver.Runtime.dbo.History 
WHERE TagName = 'SysTimeSec' 
AND DateTime &amp;gt;= '2023-09-12 12:59:00' 
AND DateTime &amp;lt;= '2024-01-12 13:00:00'&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Please let me know what I am doing wrong. TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 14:01:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4032681#M54066</guid>
      <dc:creator>Humanoidhuman</dc:creator>
      <dc:date>2024-07-09T14:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Linked SQL Server to Power BI Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4032799#M54069</link>
      <description>&lt;P&gt;Use the initial server and database for the connection. The database is NOT optional, that dialog title is faulty.&lt;/P&gt;
&lt;P&gt;Then run the query as you listed it.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 15:00:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4032799#M54069</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-09T15:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Linked SQL Server to Power BI Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4035037#M54104</link>
      <description>&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Humanoidhuman_0-1720624525223.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1129915i0976B075BA4A1D28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Humanoidhuman_0-1720624525223.png" alt="Humanoidhuman_0-1720624525223.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 15:15:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4035037#M54104</guid>
      <dc:creator>Humanoidhuman</dc:creator>
      <dc:date>2024-07-10T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Linked SQL Server to Power BI Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4035117#M54105</link>
      <description>&lt;P&gt;Pick any database on the original server that you have access to.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 15:55:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4035117#M54105</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-10T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Linked SQL Server to Power BI Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4035158#M54106</link>
      <description>&lt;P&gt;Thank you so very much. That worked!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 16:19:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-Linked-SQL-Server-to-Power-BI-Desktop/m-p/4035158#M54106</guid>
      <dc:creator>Humanoidhuman</dc:creator>
      <dc:date>2024-07-10T16:19:59Z</dc:date>
    </item>
  </channel>
</rss>

