<?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 Power BI Report Builder Parameters Type mismatch error in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/748377#M11074</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm building a paginated report on Power BI Report builder using an SSAS cube as my data source. I'm having issues with some of my parameters. If I select ALL or just one value I don't get an error, but when I select two or more values it throws me the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The following system error occurred: Type mismatch.&lt;BR /&gt;----------------------------&lt;BR /&gt;Query execution failed for dataset 'TransactionsX'.&lt;BR /&gt;----------------------------&lt;BR /&gt;An error has occurred during report processing.&lt;BR /&gt;----------------------------&lt;BR /&gt;An error occurred during local report processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else experienced this issue? I've been looking all over the place and I can't find a solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 23:10:46 GMT</pubDate>
    <dc:creator>Smartin4</dc:creator>
    <dc:date>2019-07-24T23:10:46Z</dc:date>
    <item>
      <title>Power BI Report Builder Parameters Type mismatch error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/748377#M11074</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm building a paginated report on Power BI Report builder using an SSAS cube as my data source. I'm having issues with some of my parameters. If I select ALL or just one value I don't get an error, but when I select two or more values it throws me the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The following system error occurred: Type mismatch.&lt;BR /&gt;----------------------------&lt;BR /&gt;Query execution failed for dataset 'TransactionsX'.&lt;BR /&gt;----------------------------&lt;BR /&gt;An error has occurred during report processing.&lt;BR /&gt;----------------------------&lt;BR /&gt;An error occurred during local report processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else experienced this issue? I've been looking all over the place and I can't find a solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 23:10:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/748377#M11074</guid>
      <dc:creator>Smartin4</dc:creator>
      <dc:date>2019-07-24T23:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Builder Parameters Type mismatch error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/748616#M11076</link>
      <description>&lt;P&gt;This is most likely caused by the fact that multiple&amp;nbsp; selections in parameters get passed as an array of values and the query engine expects a parameter to be passed as a string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a couple of solutions to this, the simplest is using the PATHCONTAINS technique here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://prologika.com/ssrs-multivalue-parameters-in-dax/" target="_blank"&gt;https://prologika.com/ssrs-multivalue-parameters-in-dax/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But PATHCONTAINS is not the best for performance, the following solution involves more code, but produces faster queries:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.crossjoin.co.uk/2018/05/16/a-new-approach-to-handling-ssrs-multi-valued-parameters-in-dax-queries/" target="_blank"&gt;https://blog.crossjoin.co.uk/2018/05/16/a-new-approach-to-handling-ssrs-multi-valued-parameters-in-dax-queries/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 06:21:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/748616#M11076</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2019-07-25T06:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Builder Parameters Type mismatch error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/752988#M11131</link>
      <description>&lt;P&gt;Thank you! I modified the filter expression and added the PATHCONTAINS and this worked!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 15:41:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/752988#M11131</guid>
      <dc:creator>Smartin4</dc:creator>
      <dc:date>2019-07-30T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Builder Parameters Type mismatch error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/3447223#M31210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how can i amend my query , i didn't&amp;nbsp;know&amp;nbsp;&amp;nbsp;&lt;A title="my dax query" href="https://www.rapidtables.com/tools/notepad.html" target="_self"&gt;https://www.rapidtables.com/tools/notepad.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:12:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/3447223#M31210</guid>
      <dc:creator>lujii</dc:creator>
      <dc:date>2023-09-26T07:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Builder Parameters Type mismatch error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/3447226#M31211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how can i amend my query , i didn't&amp;nbsp;know&amp;nbsp; can anyone help me im facing the same&amp;nbsp;&lt;SPAN&gt;Smartin4&lt;/SPAN&gt;&amp;nbsp;issue with my parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A title="my dax query" href="https://www.rapidtables.com/tools/notepad.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.rapidtables.com/tools/notepad.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:13:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Builder-Parameters-Type-mismatch-error/m-p/3447226#M31211</guid>
      <dc:creator>lujii</dc:creator>
      <dc:date>2023-09-26T07:13:56Z</dc:date>
    </item>
  </channel>
</rss>

