<?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: Paginated Report - Snowflake SQL as data source in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Snowflake-SQL-as-data-source/m-p/2863669#M27208</link>
    <description>&lt;P&gt;Not all ODBC drivers support parameters in the same way. You could possibly try using ? as a positional parameter in your query instead of using :Parent&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This appears to have worked for this person&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/Using-ODBC-to-Snowflake-as-a-Datasource-within-Report-Builder/m-p/2379491" target="_blank"&gt;Solved: Re: Using ODBC to Snowflake as a Datasource within... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 06:55:05 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2022-10-26T06:55:05Z</dc:date>
    <item>
      <title>Paginated Report - Snowflake SQL as data source</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Snowflake-SQL-as-data-source/m-p/2863491#M27205</link>
      <description>&lt;P&gt;Has anyone used Snowflake SQL as a datasource for their Paginated report?&lt;/P&gt;&lt;P&gt;I am trying to do the cascading prompts and get the value from one query and putting it in the 2nd one but getting issue.&lt;/P&gt;&lt;P&gt;Here is more detail:&lt;/P&gt;&lt;P&gt;Here are the steps I have done:&lt;/P&gt;&lt;P&gt;1. Data Source connection is : ODBC/Snowflake.&lt;BR /&gt;2. First dataset: Simple SQL query to get "Parent" Info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select RETAILER_NAME&lt;BR /&gt;from table where Enrollment_Year = 2022&lt;BR /&gt;&lt;BR /&gt;3. Second dataset: Simple SQL query where I am referencing the parameter. In this case, it is :Parent&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;select Program_Group_Name&lt;BR /&gt;from "table" where Enrollment_Year = 2022 and Retailer_Name = :Parent&lt;BR /&gt;&lt;BR /&gt;I have Parameter here:&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;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Defined it Here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the RDL report for reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1QFjCHQOdqUKIov_ST5iY6vf6RxlEkkNq/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1QFjCHQOdqUKIov_ST5iY6vf6RxlEkkNq/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 05:43:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Snowflake-SQL-as-data-source/m-p/2863491#M27205</guid>
      <dc:creator>Ritesh_Air</dc:creator>
      <dc:date>2022-10-26T05:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Paginated Report - Snowflake SQL as data source</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Snowflake-SQL-as-data-source/m-p/2863669#M27208</link>
      <description>&lt;P&gt;Not all ODBC drivers support parameters in the same way. You could possibly try using ? as a positional parameter in your query instead of using :Parent&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This appears to have worked for this person&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/Using-ODBC-to-Snowflake-as-a-Datasource-within-Report-Builder/m-p/2379491" target="_blank"&gt;Solved: Re: Using ODBC to Snowflake as a Datasource within... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 06:55:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Snowflake-SQL-as-data-source/m-p/2863669#M27208</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-10-26T06:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Paginated Report - Snowflake SQL as data source</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Snowflake-SQL-as-data-source/m-p/2865917#M27226</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="109790" data-lia-user-login="d_gosbell" class="lia-mention lia-mention-user"&gt;d_gosbell&lt;/a&gt;&amp;nbsp;You were god send. This is exactly what I was looking for. The link and the youtube video were very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much! I might tag you about Row Level security in Pagainted report next &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; to see if you have pointers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-EZ&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 20:19:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Snowflake-SQL-as-data-source/m-p/2865917#M27226</guid>
      <dc:creator>Ritesh_Air</dc:creator>
      <dc:date>2022-10-26T20:19:01Z</dc:date>
    </item>
  </channel>
</rss>

