<?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 Power Bi Dataflow to a Microsoft SQL Server Database in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3072045#M28807</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to connect my Power Bi service directly to a specific SQL Server Database. Precisely, I would like to be able to create a dataflow (in the Power Bi app) that can directly be connected to a SQL server database and thus, pull the data tables of the database into my dataflow. Apparently, even if I use the connection settings and credentials of the database, the connection can not be created ( based on my Session ID).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The process I am following is presented below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Go to Power Bi app -&amp;gt; Choose a Workspace - &amp;gt; Crete a new dataflow -&amp;gt; Add new tables -&amp;gt; Choose data source -&amp;gt; SQL Server Database -&amp;gt; Use the credentials of my database -&amp;gt; Result: Unable to create an OAuth connection (for my Session ID) - Europe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Notice: I do not have access to the Azure SQL Server, I do only use the Microsoft SQL Server Management Studio&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Any thoughts and suggestions on that would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 14:11:25 GMT</pubDate>
    <dc:creator>Christi</dc:creator>
    <dc:date>2023-02-09T14:11:25Z</dc:date>
    <item>
      <title>Connect Power Bi Dataflow to a Microsoft SQL Server Database</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3072045#M28807</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to connect my Power Bi service directly to a specific SQL Server Database. Precisely, I would like to be able to create a dataflow (in the Power Bi app) that can directly be connected to a SQL server database and thus, pull the data tables of the database into my dataflow. Apparently, even if I use the connection settings and credentials of the database, the connection can not be created ( based on my Session ID).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The process I am following is presented below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Go to Power Bi app -&amp;gt; Choose a Workspace - &amp;gt; Crete a new dataflow -&amp;gt; Add new tables -&amp;gt; Choose data source -&amp;gt; SQL Server Database -&amp;gt; Use the credentials of my database -&amp;gt; Result: Unable to create an OAuth connection (for my Session ID) - Europe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Notice: I do not have access to the Azure SQL Server, I do only use the Microsoft SQL Server Management Studio&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Any thoughts and suggestions on that would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 14:11:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3072045#M28807</guid>
      <dc:creator>Christi</dc:creator>
      <dc:date>2023-02-09T14:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Power Bi Dataflow to a Microsoft SQL Server Database</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3074300#M28817</link>
      <description>&lt;P&gt;Based on your description, it seems like you are trying to connect to a SQL Server database that is not hosted on Azure, which requires an OAuth connection. OAuth is a security protocol that enables you to authorize a third-party application to access your data without sharing your password.&lt;/P&gt;&lt;P&gt;To resolve this issue, you have a few options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Host your SQL Server database on Azure: By hosting your database on Azure, you can use Azure Active Directory (AAD) to authenticate the Power BI dataflow, which will support OAuth connections.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use a DirectQuery connection: Instead of using a dataflow, you can create a Power BI report that uses DirectQuery to connect to your on-premises SQL Server database. This will allow you to connect to your database without using OAuth, but it has limitations, such as a lower refresh frequency and a more complex setup process.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use a data gateway: You can install a data gateway on a machine that has access to your SQL Server database and configure it to act as a bridge between Power BI and your database. This will allow you to use Power BI dataflows to connect to your database and refresh the data on a regular basis.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I hope these suggestions help you resolve your issue. If you need further assistance, please let me know.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 10:28:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3074300#M28817</guid>
      <dc:creator>jaweher899</dc:creator>
      <dc:date>2023-02-10T10:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Power Bi Dataflow to a Microsoft SQL Server Database</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3233321#M29756</link>
      <description>&lt;P&gt;I have the same problem. In my case I am trying the third option. I have a personal Gateway installed in a VM and when trying to connect to a SQL Server database it always asks me for connection credentials -&amp;gt; connection: "create new connection". and in data gateway: (none). And it doesn't allow me to change neither the credentials nor the gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 17:58:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3233321#M29756</guid>
      <dc:creator>agonzalezc</dc:creator>
      <dc:date>2023-05-12T17:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Power Bi Dataflow to a Microsoft SQL Server Database</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3272232#M30023</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="512321" data-lia-user-login="Christi" class="lia-mention lia-mention-user"&gt;Christi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having the same issue. I am also trying to create the Data FLow with tables using the connection to the &lt;SPAN&gt;Microsoft SQL Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Were you able to solve it in any different way to the suggested by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="447085" data-lia-user-login="jaweher899" class="lia-mention lia-mention-user"&gt;jaweher899&lt;/a&gt;&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 08:56:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Connect-Power-Bi-Dataflow-to-a-Microsoft-SQL-Server-Database/m-p/3272232#M30023</guid>
      <dc:creator>DanMoniz</dc:creator>
      <dc:date>2023-06-07T08:56:31Z</dc:date>
    </item>
  </channel>
</rss>

