<?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: Assistance Needed with Paginated Report Parameters in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4199603#M37577</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="658720" data-lia-user-login="Pavan_123456789" class="lia-mention lia-mention-user"&gt;Pavan_123456789&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask what type of data source you have? How were your parameters created? What exactly did you do to cause the error to occur?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my test, I created two tables in SQL Server:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Since the two tables are not related, I created two Dataset connections in Power BI Report Builder agreeing to different tables in different databases:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&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;&lt;BR /&gt;Then create a parameter Month:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Then create a Matrix, drag the fields from Dataset2 to the Matrix and publish to Power BI Service:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;After publishing to Power BI Service, open Power BI Desktop and connect to SQL Server to import the two tables created into Power BI Desktop:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create a paginated report visual, click Connect to report ,select the report just published to Power BI Service:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Drag the CalanderTable's Month field to parameter and select Month in the select related field:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Create a Slicer and drag the CalanderTable's Month field to the Slice's field:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Select the corresponding Month and click Apply change in the paginated report visual:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you find the above examples helpful!&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;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Fen Ling,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 09:27:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-30T09:27:29Z</dc:date>
    <item>
      <title>Assistance Needed with Paginated Report Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4182057#M37183</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on a paginated report that utilizes a measure for selected year sales, defined as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;dax:-&lt;/DIV&gt;&lt;DIV class=""&gt;23 Qty = VAR _Year = MAX(Calander[Year]) VAR _Month = MAX(Calander[Month]) VAR Final = CALCULATE( SUM('Financial Data (3)'[QUANTITY SHIPPED]), 'Financial Data (3)'[YEAR] = _Year, 'Financial Data (3)'[MONTH] &amp;lt;= _Month, 'Financial Data (3)'[EXTERNAL INTERCOMPANY] = "External" ) RETURN Final&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;In the paginated matrix table visual, I've created parameters for Calander[Month] and Calander[Year] and published the report to the Power BI service. However, when I attempt to set up these parameters in a new PBIX file, I encounter an error indicating that there is no connection between the Calander table and the Financial Data (3) table.&lt;BR /&gt;&lt;BR /&gt;Note : There is no relationship B/w&amp;nbsp;the Calander table and the Financial Data (3) tables.&lt;/P&gt;&lt;P&gt;Could you please assist me in resolving this issue? I appreciate your guidance.&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 08:00:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4182057#M37183</guid>
      <dc:creator>Pavan_123456789</dc:creator>
      <dc:date>2024-09-27T08:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed with Paginated Report Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4199603#M37577</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="658720" data-lia-user-login="Pavan_123456789" class="lia-mention lia-mention-user"&gt;Pavan_123456789&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask what type of data source you have? How were your parameters created? What exactly did you do to cause the error to occur?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my test, I created two tables in SQL Server:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Since the two tables are not related, I created two Dataset connections in Power BI Report Builder agreeing to different tables in different databases:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&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;&lt;BR /&gt;Then create a parameter Month:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Then create a Matrix, drag the fields from Dataset2 to the Matrix and publish to Power BI Service:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;After publishing to Power BI Service, open Power BI Desktop and connect to SQL Server to import the two tables created into Power BI Desktop:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create a paginated report visual, click Connect to report ,select the report just published to Power BI Service:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Drag the CalanderTable's Month field to parameter and select Month in the select related field:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Create a Slicer and drag the CalanderTable's Month field to the Slice's field:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Select the corresponding Month and click Apply change in the paginated report visual:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you find the above examples helpful!&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;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Fen Ling,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 09:27:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4199603#M37577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-30T09:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed with Paginated Report Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4200043#M37581</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your replay ,&lt;/P&gt;&lt;P&gt;I would like to provide some additional context on the issue I'm currently facing with my Power BI setup.&lt;/P&gt;&lt;P&gt;Both of my tables—&lt;STRONG&gt;Calendar&lt;/STRONG&gt; and &lt;STRONG&gt;Financial Data (3)&lt;/STRONG&gt;—are sourced from SQL In Pbix File , and I have created the necessary DAX measures within the PBIX file. After publishing the PBIX file to the Power BI service, I used the Pbix dataset in a &lt;STRONG&gt;Paginated Report&lt;/STRONG&gt;, which I then published to the Power BI Service as well.&lt;/P&gt;&lt;P&gt;Subsequently, I utilized that Paginated Report in a new PBIX file. However, I encountered an issue when trying to add parameters from the &lt;STRONG&gt;Calendar&lt;/STRONG&gt; table. Since there is no existing relationship between the &lt;STRONG&gt;Calendar&lt;/STRONG&gt; table and the &lt;STRONG&gt;Financial Data (3)&lt;/STRONG&gt; table, I receive an error indicating that there is no connection between the two tables.&lt;/P&gt;&lt;P&gt;Could you please assist me in establishing the necessary relationships or suggest an alternative approach to resolve this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 11:02:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4200043#M37581</guid>
      <dc:creator>Pavan_123456789</dc:creator>
      <dc:date>2024-09-30T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed with Paginated Report Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4214388#M37866</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="658720" data-lia-user-login="Pavan_123456789" class="lia-mention lia-mention-user"&gt;Pavan_123456789&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some questions about your steps:&lt;BR /&gt;May I ask then what you are talking about:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;After publishing the PBIX file to the Power BI service, I used the Pbix dataset in a Paginated Report&lt;/LI-CODE&gt;
&lt;P&gt;Do you mean that you used Power BI Report Builder to connect to the pbix file that you first published to Power BI Service? Which specific application are you using in this step? Was it a pbix file or an rdl file that was created?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, in the following what you said:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;I utilized that Paginated Report in a new PBIX file&lt;/LI-CODE&gt;
&lt;P&gt;What does it mean again? Is this new pbix file that you are recreating now in Power&amp;nbsp; BI&amp;nbsp; Desktop or do you mean the previous first publish to Power BI Service or the first publish to Power BI Service?&lt;/P&gt;
&lt;P&gt;By parameters do you mean specifically the parameters of Power BI Report Builder or the parameters of Power BI Desktop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have Year and Month fields in both tables?&lt;/P&gt;
&lt;P&gt;Please give me some more detailed information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Fen Ling,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 09:19:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Needed-with-Paginated-Report-Parameters/m-p/4214388#M37866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-03T09:19:28Z</dc:date>
    </item>
  </channel>
</rss>

