<?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 Maximum argument count for ISFILTERED is 1 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198879#M51560</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to replicate this filter selection card:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://p3adaptive.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://p3adaptive.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/&lt;/A&gt;&amp;nbsp;but putting two different columns from two different tables in a same&amp;nbsp;"filter identifier visual card"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do this, I need&amp;nbsp;to modify the following function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Employee Sales Region Selection =&amp;nbsp;IF(&amp;nbsp;ISFILTERED(‘Employee Details'[Employee Team Name]),&amp;nbsp;CONCATENATEX(VALUES (‘Employee Details'[Employee Team Name]), [Employee Team Name],&amp;nbsp;“,”),&amp;nbsp;“No Selection”)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My idea is that instead of a single column (&lt;SPAN&gt;‘Employee Details'[Employee Team Name])&lt;/SPAN&gt;, two different columns are attached in this function (&lt;SPAN&gt;‘Employee Details'[Employee Team Name]&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;‘Expense Ratio'[Expense Ratio]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards and Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 17:05:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-19T17:05:33Z</dc:date>
    <item>
      <title>Maximum argument count for ISFILTERED is 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198879#M51560</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to replicate this filter selection card:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://p3adaptive.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://p3adaptive.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/&lt;/A&gt;&amp;nbsp;but putting two different columns from two different tables in a same&amp;nbsp;"filter identifier visual card"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do this, I need&amp;nbsp;to modify the following function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Employee Sales Region Selection =&amp;nbsp;IF(&amp;nbsp;ISFILTERED(‘Employee Details'[Employee Team Name]),&amp;nbsp;CONCATENATEX(VALUES (‘Employee Details'[Employee Team Name]), [Employee Team Name],&amp;nbsp;“,”),&amp;nbsp;“No Selection”)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My idea is that instead of a single column (&lt;SPAN&gt;‘Employee Details'[Employee Team Name])&lt;/SPAN&gt;, two different columns are attached in this function (&lt;SPAN&gt;‘Employee Details'[Employee Team Name]&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;‘Expense Ratio'[Expense Ratio]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards and Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 17:05:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198879#M51560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-19T17:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum argument count for ISFILTERED is 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198898#M51563</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , I hope this is meausre &lt;/P&gt;
&lt;P&gt;Employee Sales Region Selection =&amp;nbsp;IF(&amp;nbsp;ISFILTERED(‘Employee Details'[Employee Team Name]),&amp;nbsp;CONCATENATEX(VALUES ‘Employee Details'[Employee Team Name],&amp;nbsp;“,”),&amp;nbsp;“No Selection”)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try like&lt;/P&gt;
&lt;P&gt;Employee Sales Region Selection =&amp;nbsp;IF(&amp;nbsp;ISFILTERED(‘Employee Details'[Employee Team Name]),&amp;nbsp;CONCATENATEX(VALUES ‘Employee Details'[Employee Team Name] &amp;amp; " " " &amp;amp; ‘Expense Ratio'[Expense Ratio],&amp;nbsp;“,”),&amp;nbsp;“No Selection”)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 16:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198898#M51563</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-11-19T16:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum argument count for ISFILTERED is 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198921#M51566</link>
      <description>&lt;P&gt;Unfortunately it has not worked.&lt;BR /&gt;Now the problem is: "Too many arguments were passes to the VALUES function. The maximum argument count for the function is 1."&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 16:22:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198921#M51566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-19T16:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum argument count for ISFILTERED is 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198936#M51568</link>
      <description>&lt;P&gt;It's not clear what your goal is. Are you trying to check if both columns are filtered? What do you want your measure to output?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 16:31:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198936#M51568</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-11-19T16:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum argument count for ISFILTERED is 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198965#M51569</link>
      <description>&lt;P&gt;I'm trying to replicate this filter selection card: &lt;A href="https://p3adaptive.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/" target="_blank"&gt;https://p3adaptive.com/2018/02/using-selectedvalues-capture-power-bi-slicer-selections/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But putting two different columns from two different tables in a same&amp;nbsp;"filter identifier visual card"&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 17:03:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198965#M51569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-19T17:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum argument count for ISFILTERED is 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198989#M51571</link>
      <description>&lt;P&gt;That doesn't really answer my questions. What text do you want your card to display (and in response to what slicer selections)?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 17:22:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Maximum-argument-count-for-ISFILTERED-is-1/m-p/2198989#M51571</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-11-19T17:22:06Z</dc:date>
    </item>
  </channel>
</rss>

