<?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 Report Builder Error - Forward Dependencies Are Not Valid in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Error-Forward-Dependencies-Are-Not-Valid/m-p/2701387#M25231</link>
    <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on building a paginated report using Report Builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a data source and dataset on Report Server. The dataset has a parameter specified in the query, so the parameter was generated in Report Builder when I connected the report to it. I'm trying to add values in the Available Values tab of this parameter, but when I try to run the report, I'm getting an error message that says "The report parameter &lt;STRONG&gt;xyz&lt;/STRONG&gt; has a DefaultValue or a ValidValue that depends on the report parameter &lt;STRONG&gt;xyz&lt;/STRONG&gt;. Forward dependencies are not valid."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This parameter is being used in a where clause on the dataset (something like below), so I don't believe there are any dependencies here.&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM table1 t1 JOIN table2 t2 ON t1.key = t2.key&lt;/P&gt;&lt;P&gt;WHERE Department =&amp;nbsp;@Department AND XYZ =&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="131077" data-lia-user-login="xyz" class="lia-mention lia-mention-user"&gt;xyz&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2022 21:55:00 GMT</pubDate>
    <dc:creator>jus-astra</dc:creator>
    <dc:date>2022-08-15T21:55:00Z</dc:date>
    <item>
      <title>Report Builder Error - Forward Dependencies Are Not Valid</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Error-Forward-Dependencies-Are-Not-Valid/m-p/2701387#M25231</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on building a paginated report using Report Builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a data source and dataset on Report Server. The dataset has a parameter specified in the query, so the parameter was generated in Report Builder when I connected the report to it. I'm trying to add values in the Available Values tab of this parameter, but when I try to run the report, I'm getting an error message that says "The report parameter &lt;STRONG&gt;xyz&lt;/STRONG&gt; has a DefaultValue or a ValidValue that depends on the report parameter &lt;STRONG&gt;xyz&lt;/STRONG&gt;. Forward dependencies are not valid."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This parameter is being used in a where clause on the dataset (something like below), so I don't believe there are any dependencies here.&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM table1 t1 JOIN table2 t2 ON t1.key = t2.key&lt;/P&gt;&lt;P&gt;WHERE Department =&amp;nbsp;@Department AND XYZ =&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="131077" data-lia-user-login="xyz" class="lia-mention lia-mention-user"&gt;xyz&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 21:55:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Error-Forward-Dependencies-Are-Not-Valid/m-p/2701387#M25231</guid>
      <dc:creator>jus-astra</dc:creator>
      <dc:date>2022-08-15T21:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder Error - Forward Dependencies Are Not Valid</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Error-Forward-Dependencies-Are-Not-Valid/m-p/2708879#M25268</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426839" data-lia-user-login="jus-astra" class="lia-mention lia-mention-user"&gt;jus-astra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your data source, for report server not all data sources support parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If support, there should be an error in the parameter creation process. You can refer to the following document to check if the relevant steps were followed.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;For more details, you can read below document.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-parameters" target="_blank"&gt;Report parameters in Power BI Report Builder - Power BI | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-parameters" target="_blank"&gt;Create parameters for paginated reports in the Power BI service - Power BI | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If the problem is still not resolved, please provide detailed error information and related operations screenshoots. Looking forward to your reply.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Henry&lt;/P&gt;
&lt;P&gt;&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, 18 Aug 2022 07:50:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Error-Forward-Dependencies-Are-Not-Valid/m-p/2708879#M25268</guid>
      <dc:creator>v-henryk-mstf</dc:creator>
      <dc:date>2022-08-18T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder Error - Forward Dependencies Are Not Valid</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Error-Forward-Dependencies-Are-Not-Valid/m-p/3906201#M34852</link>
      <description>&lt;P&gt;Thanks for the prompt response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parameter was created automatically by Report Builder because I selected a stored procedure with an input parameter as my datasource. SQL Server is 100% a-ok as a datasource. No errors anywhere until I click run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read through both of the articles you linked and there is no reference to the error nor any indication of anything I may have done incorrectly.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 17:52:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-Error-Forward-Dependencies-Are-Not-Valid/m-p/3906201#M34852</guid>
      <dc:creator>duncfair</dc:creator>
      <dc:date>2024-05-09T17:52:29Z</dc:date>
    </item>
  </channel>
</rss>

