<?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 Re: Use SQL Store Procedure in Power BI in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45238#M17543</link>
    <description>&lt;P&gt;This solution seems to be working and its lot easier too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much&amp;nbsp;Anonymous﻿&lt;/LI-USER&gt;!&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2016 19:18:44 GMT</pubDate>
    <dc:creator>stangellapally</dc:creator>
    <dc:date>2016-06-23T19:18:44Z</dc:date>
    <item>
      <title>Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/20269#M6150</link>
      <description>&lt;P&gt;I have created a basic stored procedure without parameters in SQL Server, when I use the store procedure in Power Bi Desktop the return is ok in design but when I click on Save and Close in datasource edit the Power Bi gives me an errormessage like below, I'm trying to use this procedure as Direct Query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft SQL: Incorrect syntax near the keyword 'EXECUTE'. Incorrect syntax near ')'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to change the statement but I got nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sql statement to execute the procedure is:&lt;/P&gt;&lt;P&gt;EXECUTE [Person].[SelectpersonByType]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the AdventureWorks database sample from Microsoft and my procedure statement is:&lt;/P&gt;&lt;P&gt;CREATE PROCEDURE [Person].[SelectpersonByType]&lt;BR /&gt;AS&lt;BR /&gt;BEGIN&lt;BR /&gt;-- SET NOCOUNT ON added to prevent extra result sets from&lt;BR /&gt;-- interfering with SELECT statements.&lt;BR /&gt;SET NOCOUNT ON;&lt;/P&gt;&lt;P&gt;-- Insert statements for procedure here&lt;BR /&gt;select * from Person.Person&lt;BR /&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My customer is testing Power BI and are facing the same error, thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 18:16:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/20269#M6150</guid>
      <dc:creator>eferreira</dc:creator>
      <dc:date>2016-02-23T18:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/20271#M6151</link>
      <description>&lt;P&gt;You must be using DirectQuery mode, in which you cannot connect to data with&amp;nbsp;stored procedures. &amp;nbsp;Try again using Import mode or just use a SELECT statement directly.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 18:27:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/20271#M6151</guid>
      <dc:creator>asocorro</dc:creator>
      <dc:date>2016-02-23T18:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/39966#M14967</link>
      <description>&lt;P&gt;Its a late reply, but it may help some body else, you can use openquery. Follwoing syntax will work with both import data and direct query&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SELECT *&lt;BR /&gt;FROM OPENQUERY ([server name],&lt;BR /&gt;'EXEC dbname.dbo.spname @parametername = ''R1''');&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 13:20:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/39966#M14967</guid>
      <dc:creator>nirajdubey</dc:creator>
      <dc:date>2016-06-02T13:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45161#M17504</link>
      <description>&lt;P&gt;I am having similar issue and tried both the solutions posted:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. tried to change from Direct query to import but the Power BI doesnt give me that option to change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Also tried the OPENQUERY OPTION and I am now getting the below message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details: "Microsoft SQL: Server 'sv375002\lt1201' is not configured for DATA ACCESS."&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 15:00:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45161#M17504</guid>
      <dc:creator>stangellapally</dc:creator>
      <dc:date>2016-06-23T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45184#M17517</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="5021" data-lia-user-login="stangellapally" class="lia-mention lia-mention-user"&gt;stangellapally﻿&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. tried to change from Direct query to import but the Power BI doesnt give me that option to change.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;It is most likely because you already have a connection to a SQL source in Direct Query mode. If that is the case, I believe this gets greyed out.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Also tried the OPENQUERY OPTION and I am now getting the below message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details: "Microsoft SQL: Server 'sv375002\lt1201' is not configured for DATA ACCESS."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You would need to enable direct access on your SQL Server. You can check what it is currently set at by running this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;select&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt; server_id&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt; is_data_access_enabled &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;/FONT&gt; &lt;FONT color="#008000"&gt;&lt;SPAN&gt;sys.servers&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;But I would definitely check with your DB team (if you aren't) before switching anything.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;To enable you would execute&amp;nbsp;&lt;FONT color="#0000ff"&gt;EXEC&lt;/FONT&gt; &lt;FONT color="#800000"&gt;&lt;SPAN&gt;sp_serveroption&lt;/SPAN&gt;&lt;/FONT&gt; &lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;'&amp;lt;Your ServerName&amp;gt;'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt; &lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;'DATA ACCESS'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#808080"&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt; TRUE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;After enabling that feature you will be able to successfully execute the OpenQuery.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;As noted, be sure you understand what you are enabling and what it is doing before executing anything.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 16:10:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45184#M17517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45192#M17521</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="5021" data-lia-user-login="stangellapally" class="lia-mention lia-mention-user"&gt;stangellapally﻿&lt;/a&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6616" data-lia-user-login="eferreira" class="lia-mention lia-mention-user"&gt;eferreira﻿&lt;/a&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6682" data-lia-user-login="nirajdubey" class="lia-mention lia-mention-user"&gt;nirajdubey﻿&lt;/a&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1564" data-lia-user-login="asocorro" class="lia-mention lia-mention-user"&gt;asocorro﻿&lt;/a&gt;&amp;nbsp;As a follow up to my previous post, i was testing this further due to another thread, and have discovered that you don't need to change any database settings or use OpenQuery. If you wrap your stored procedure in a variable you can import the data using a sproc (Doesn't work in Direct Query, only import)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DECLARE @sqlCommand varchar(1000)&lt;/P&gt;&lt;P&gt;SET @sqlCommand = 'dbo.Testproc'&lt;BR /&gt;EXEC (@sqlCommand)&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 16:37:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45192#M17521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T16:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45238#M17543</link>
      <description>&lt;P&gt;This solution seems to be working and its lot easier too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much&amp;nbsp;Anonymous﻿&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 19:18:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/45238#M17543</guid>
      <dc:creator>stangellapally</dc:creator>
      <dc:date>2016-06-23T19:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/50274#M20112</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6682" data-lia-user-login="nirajdubey" class="lia-mention lia-mention-user"&gt;nirajdubey﻿&lt;/a&gt;&amp;nbsp;Thank you. I succeeded in using the SP by OpenQuery as you introduced.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 05:31:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/50274#M20112</guid>
      <dc:creator>ZhiqiangZhou</dc:creator>
      <dc:date>2016-07-15T05:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51224#M20538</link>
      <description>&lt;P&gt;Really It is awesome.It could help multiple users.As most of them not aware of this solution.If we might initimate in forum it would be great.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 14:12:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51224#M20538</guid>
      <dc:creator>Baskarved</dc:creator>
      <dc:date>2016-07-19T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51225#M20539</link>
      <description>&lt;P&gt;Small query over here,If we need to pass parameters to the procedure then how can we use this here?Could you share the syntax so that it would be helpful for beginners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 14:18:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51225#M20539</guid>
      <dc:creator>Baskarved</dc:creator>
      <dc:date>2016-07-19T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51575#M20705</link>
      <description>&lt;P&gt;Anonymous﻿&lt;/a&gt;&amp;nbsp;I tried proposed solution but I am getting below error in Direct Query mode against Azure SQL data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details: "EvaluateNativeQueryUnpermitted failure: the query 'DECLARE @sqlCommand varchar(1000)&lt;BR /&gt;SET @sqlCommand = 'dbo.uspGetSyncEventSchedulePB'&lt;BR /&gt;EXEC (@sqlCommand)&lt;BR /&gt;' isn't approved for execution."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure if I am missing something as datasource is Azure Sql.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 14:37:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51575#M20705</guid>
      <dc:creator>Vivs18</dc:creator>
      <dc:date>2016-07-20T14:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51654#M20745</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="11826" data-lia-user-login="Vivs18" class="lia-mention lia-mention-user"&gt;Vivs18﻿&lt;/a&gt;&amp;nbsp; If you note, I make reference in my solution that it only works with Import. Not when using Direct Query.&lt;/P&gt;&lt;P&gt;If you want to continue to use DQ, could you create a View and reference that?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:15:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51654#M20745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T17:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51964#M20899</link>
      <description>&lt;P&gt;Anonymous﻿&lt;/a&gt;&amp;nbsp;I missed import in provided solution. But I tried with the proposed solution with Import but still it resulted in same error. I am not sure if I am missing anything here.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/51964#M20899</guid>
      <dc:creator>Vivs18</dc:creator>
      <dc:date>2016-07-21T15:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/52002#M20919</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="11826" data-lia-user-login="Vivs18" class="lia-mention lia-mention-user"&gt;Vivs18﻿&lt;/a&gt;&amp;nbsp;It could be a limitation in Azure SQL DB... There are a bunch of differences - &lt;A href="https://azure.microsoft.com/en-us/documentation/articles/sql-database-transact-sql-information/" target="_self"&gt;Reference&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 16:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/52002#M20919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T16:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/52211#M21005</link>
      <description>&lt;P&gt;Anonymous﻿&lt;/a&gt;&amp;nbsp;Hi, thanks a lot for your solution. It works!&lt;/P&gt;&lt;P&gt;But a query which follows up this is to&lt;U&gt;&lt;EM&gt; "Pass parameters within a stored procedure(In SQL say) so that the parameter values can be called/used in &lt;STRONG&gt;parameters made in Power BI(&lt;/STRONG&gt;query) ?"&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For eg: I have a SP in SQL which has 2 parameters (para 1 and para2) which can take multiple/single value(s).&lt;/P&gt;&lt;P&gt;I call this SP in Power BI Query Editor( just like you mentioned) and I can now see it in my data sets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want is, to create a parameter(say para) in Power BI which has its source as the SP in SQL such that if I pass a value into para(in Power BI), then data loaded from the SQL Server(my data source) into Power BI corresponds only to the value(s) I added.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[&lt;SPAN&gt;This may help in getting &lt;STRONG&gt;required data loaded only&lt;/STRONG&gt; into Power BI, saving time.]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 11:19:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/52211#M21005</guid>
      <dc:creator>radz</dc:creator>
      <dc:date>2016-07-22T11:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/52260#M21025</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="11743" data-lia-user-login="radz" class="lia-mention lia-mention-user"&gt;radz﻿&lt;/a&gt;&amp;nbsp;I haven't figured out a way to do this yet, but I would think it would be possible&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 15:29:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/52260#M21025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T15:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/64684#M26719</link>
      <description>&lt;P&gt;&lt;A title="" href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11743" target="_blank"&gt;@radz&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi, I had the same problem and found a way to use the parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DECLARE @sqlCommand varchar(1000)
SET @sqlCommand = 'sp_name'
EXEC @sqlCommand @Parameter1= 39, @Parameter2= 'myString', @Parameter3 = 'myString2'&lt;/PRE&gt;&lt;P&gt;I hope it helps somebody.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 20:26:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/64684#M26719</guid>
      <dc:creator>dsilveira</dc:creator>
      <dc:date>2016-09-01T20:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/64690#M26725</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="13671" data-lia-user-login="dsilveira" class="lia-mention lia-mention-user"&gt;dsilveira﻿&lt;/a&gt;&amp;nbsp;Nice! Thanks for sharing.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 21:00:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/64690#M26725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-01T21:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/108452#M45602</link>
      <description>&lt;P&gt;How to use it if SQl stored procedure has a parameter?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 14:41:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/108452#M45602</guid>
      <dc:creator>premjitsaha</dc:creator>
      <dc:date>2017-01-03T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use SQL Store Procedure in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/108467#M45607</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2584" data-lia-user-login="premjitsaha" class="lia-mention lia-mention-user"&gt;premjitsaha&lt;/a&gt;&amp;nbsp;Use&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="13671" data-lia-user-login="dsilveira" class="lia-mention lia-mention-user"&gt;dsilveira&lt;/a&gt;'s&amp;nbsp;solution above... Is there a different scenario you have in which it isn't working?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:06:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Use-SQL-Store-Procedure-in-Power-BI/m-p/108467#M45607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T15:06:32Z</dc:date>
    </item>
  </channel>
</rss>

