<?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: What is the Databricks equivalent of a stored procedure that works with Power BI? in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83851#M1625</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102548" target="_blank"&gt;@Brahmareddy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry ... But Stored procedures are much more than just views. This is a big loss for DATABRICKS users. Can they not implement something&amp;nbsp; ? SOON ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 20:51:14 GMT</pubDate>
    <dc:creator>db_20240821</dc:creator>
    <dc:date>2024-08-21T20:51:14Z</dc:date>
    <item>
      <title>What is the Databricks equivalent of a stored procedure that works with Power BI?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83487#M1600</link>
      <description>&lt;P&gt;Is there a way to query Databricks using Power BI, via a stored procedure or similar? In my use case the query will have multiple parameters, that the user will provide values for at runtime. I don't think Databricks notebooks can be consumed directly from Power BI dashboards, but I could be wrong.&lt;/P&gt;&lt;P&gt;Thanks for any help with this.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 20:20:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83487#M1600</guid>
      <dc:creator>know-how</dc:creator>
      <dc:date>2024-08-19T20:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Databricks equivalent of a stored procedure that works with Power BI?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83495#M1601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116616"&gt;@know-how&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please give a try using the Databricks ODBC or JDBC driver. With this you should be able to run SQL queries directly from Power BI, including those with parameters.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 21:19:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83495#M1601</guid>
      <dc:creator>Brahmareddy</dc:creator>
      <dc:date>2024-08-19T21:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Databricks equivalent of a stored procedure that works with Power BI?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83497#M1602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102548"&gt;@Brahmareddy&lt;/a&gt;&amp;nbsp;thanks for the reply. In what form should the parameterized SQL be saved in, on Databricks? Asking since stored procedures don't seem to be an option.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 21:29:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83497#M1602</guid>
      <dc:creator>know-how</dc:creator>
      <dc:date>2024-08-19T21:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Databricks equivalent of a stored procedure that works with Power BI?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83519#M1603</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116616"&gt;@know-how&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If your query doesn't require too much dynamic behavior, you could create a view in Databricks that pre-defines certain logic. Then, you can apply filters in Power BI when querying this view. Just give a try and let me know if it works for you.&lt;/P&gt;&lt;P&gt;CREATE VIEW your_view AS SELECT * FROM your_table_name WHERE column1 = 'some_default_value' AND column2 = 'some_other_value';&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 01:04:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83519#M1603</guid>
      <dc:creator>Brahmareddy</dc:creator>
      <dc:date>2024-08-20T01:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Databricks equivalent of a stored procedure that works with Power BI?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83612#M1612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/32333"&gt;@Brahma&lt;/a&gt;&amp;nbsp;, my query involves a self join of a large (fact) table, with each side of the filtering on a different date (it's comparing some measures across dates). The two dates are what the user will provide at runtime (plus a couple of other parameters for filtering), so a view may or may not work.&lt;/P&gt;&lt;P&gt;In an earlier SQL Server world I used to inhabit, this would take the form of a stored procedure that had these filtering options (the 2 dates and couple other filters) as parameters; the user would provide the parameter values at runtime to the proc (via the BI tool), which would return a precisely tailored subset of the data. In addition, the user had the ability to switch the underlying query (multiple queries were encased in the proc) by the use of one of the parameters.&lt;/P&gt;&lt;P&gt;I'm hoping to find that sort of query flexibility in Databricks.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 14:06:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83612#M1612</guid>
      <dc:creator>know-how</dc:creator>
      <dc:date>2024-08-20T14:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Databricks equivalent of a stored procedure that works with Power BI?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83850#M1624</link>
      <description>&lt;P&gt;A stored pocedure in sql server contains code that will join many tables, create temp tables then do inserts to another table etc, etc,.....&amp;nbsp; &amp;nbsp;Unfortunately DTABRICKS does not have the equivalent.&amp;nbsp; HELP HELP HELP&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 20:45:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83850#M1624</guid>
      <dc:creator>db_20240821</dc:creator>
      <dc:date>2024-08-21T20:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Databricks equivalent of a stored procedure that works with Power BI?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83851#M1625</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102548" target="_blank"&gt;@Brahmareddy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry ... But Stored procedures are much more than just views. This is a big loss for DATABRICKS users. Can they not implement something&amp;nbsp; ? SOON ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 20:51:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-is-the-databricks-equivalent-of-a-stored-procedure-that/m-p/83851#M1625</guid>
      <dc:creator>db_20240821</dc:creator>
      <dc:date>2024-08-21T20:51:14Z</dc:date>
    </item>
  </channel>
</rss>

