<?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: How can we call SAP HANA Stored Procedure in power bi in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2895553#M39645</link>
    <description>&lt;P&gt;You were able to solve the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Error-connecting-stored-procedure-on-the-SAP-HANA-Database/m-p/2895478#M995275" target="_self"&gt;https://community.powerbi.com/t5/Desktop/Error-connecting-stored-procedure-on-the-SAP-HANA-Database/m-p/2895478#M995275&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 14:23:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-09T14:23:32Z</dc:date>
    <item>
      <title>How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2892836#M39623</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;How can we call SAP HANA Stored Procedure in power bi. below is call statement with parameters.&lt;/P&gt;&lt;P&gt;call "Test"."Self.CONTRACT::Procedure"('PROD01624','Where-Used')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="psathanapal_0-1667923052290.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/819141iF949EF5BD109BD65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="psathanapal_0-1667923052290.png" alt="psathanapal_0-1667923052290.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but facing below issue. how can i use this in power bi&lt;/P&gt;&lt;P&gt;need your help on this...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="psathanapal_1-1667923152784.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/819143iD7EE702D40770356/image-size/medium?v=v2&amp;amp;px=400" role="button" title="psathanapal_1-1667923152784.png" alt="psathanapal_1-1667923152784.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 16:00:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2892836#M39623</guid>
      <dc:creator>psathanapal</dc:creator>
      <dc:date>2022-11-08T16:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2894358#M39631</link>
      <description>&lt;P&gt;Any one had idea on this issue. if had a solution please let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 05:40:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2894358#M39631</guid>
      <dc:creator>psathanapal</dc:creator>
      <dc:date>2022-11-09T05:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2894849#M39637</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/465698"&gt;@psathanapal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the error I think you may check the grammer near ".".&lt;/P&gt;
&lt;P&gt;Please check the blog as below to learn more details about SQL statement in Power BI.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://www.c-sharpcorner.com/article/execute-sql-server-stored-procedure-with-user-parameter-in-power-bi/" target="_self"&gt;Execute SQL Server Stored Procedure With User Parameter In Power BI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And you may refer to this offical blog to learn more details about &lt;A href="https://learn.microsoft.com/en-us/power-query/connectors/sap-hana/overview" target="_self"&gt;SAP HANA Database Connector&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 09:01:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2894849#M39637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-09T09:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2895553#M39645</link>
      <description>&lt;P&gt;You were able to solve the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Error-connecting-stored-procedure-on-the-SAP-HANA-Database/m-p/2895478#M995275" target="_self"&gt;https://community.powerbi.com/t5/Desktop/Error-connecting-stored-procedure-on-the-SAP-HANA-Database/m-p/2895478#M995275&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 14:23:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2895553#M39645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-09T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2895859#M39649</link>
      <description>&lt;P&gt;Hi dear,&amp;nbsp;I solved it by creating an ODBC connection in Power BI, for this to work you need to have the proper driver installed and configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I share the procedure I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this connection string:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currentschema=NAMEDB;driver={HDBODBC};serverdb=NAMEDB;servernode=IPSERVER:30015&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: If it doesn't work with the server ip, you can try putting the server name in the connection string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=yxr7Gmpw59g" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.youtube.com/watch?v=yxr7Gmpw59g&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 16:29:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2895859#M39649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-09T16:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2895869#M39650</link>
      <description>&lt;P&gt;I solved this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Error-connecting-stored-procedure-on-the-SAP-HANA-Database/m-p/2895838/highlight/true#M995388" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Error-connecting-stored-procedure-on-the-SAP-HANA-Database/m-p/2895838/highlight/true#M995388&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 16:33:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2895869#M39650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-09T16:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2899247#M39694</link>
      <description>&lt;P&gt;Thanks Julian,it worked for me...&lt;/P&gt;&lt;P&gt;now iam trying to bind a slicer field to parameter . as shown below screen. so that user can dynamically select the input value(it will directly hit to my mquery).&lt;/P&gt;&lt;P&gt;below is screen from google.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="psathanapal_0-1668146117043.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/821218iBA87C823F62948EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="psathanapal_0-1668146117043.png" alt="psathanapal_0-1668146117043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i tried to do bind parameter in my power bi desktop. iam not able to see that bind option.&lt;/P&gt;&lt;P&gt;below is my screen. where i can see bind to parameter option.&lt;/P&gt;&lt;P&gt;please help me on this...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="psathanapal_1-1668146409008.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/821222iF819E1339EA380BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="psathanapal_1-1668146409008.png" alt="psathanapal_1-1668146409008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;version iam using is shown in below screen&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="psathanapal_2-1668146491045.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/821224i89659BCDB845221F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="psathanapal_2-1668146491045.png" alt="psathanapal_2-1668146491045.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 06:02:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2899247#M39694</guid>
      <dc:creator>psathanapal</dc:creator>
      <dc:date>2022-11-11T06:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can we call SAP HANA Stored Procedure in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2907189#M39755</link>
      <description>&lt;P&gt;Hi dear,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to do it, but I found this, maybe it can help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/pt-pt/power-bi/connect-data/desktop-dynamic-m-query-parameters" target="_self"&gt;https://learn.microsoft.com/pt-pt/power-bi/connect-data/desktop-dynamic-m-query-parameters&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:43:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-can-we-call-SAP-HANA-Stored-Procedure-in-power-bi/m-p/2907189#M39755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-15T16:43:45Z</dc:date>
    </item>
  </channel>
</rss>

