<?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: How to use ISFILTERED for clustered column chart? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-ISFILTERED-for-clustered-column-chart/m-p/3925393#M152739</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="687567" data-lia-user-login="afaro" class="lia-mention lia-mention-user"&gt;afaro&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Regarding your question, are you trying to display multiple columns in a clustered bar chart by returning multiple values for a single measure?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;After my testing, this doesn't seem to be possible due to the fact that only one value can be returned for a single measure. Also only a separate column can be generated. The y-axis of the clustered bar chart does not accept data of type 'Text' after stitching multiple values into a string.So my suggestion is to create multiple measures.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF(ISFILTERED('Table'[Amount]),SUM('Table'[Amount]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 = IF(ISFILTERED('Table'[ID]),MAX('Table'[ID]))&lt;/LI-CODE&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;</description>
    <pubDate>Fri, 17 May 2024 02:06:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-17T02:06:49Z</dc:date>
    <item>
      <title>How to use ISFILTERED for clustered column chart?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-ISFILTERED-for-clustered-column-chart/m-p/3924895#M152720</link>
      <description>&lt;P&gt;I am currently using something like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SWITCH(TRUE(),

ISFILTERED(X), Y,

ISFILTERED(Z), A) &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to see more than one output if something is filtered since it is a clustered column chart. How do I do this ?&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;</description>
      <pubDate>Thu, 16 May 2024 18:47:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-ISFILTERED-for-clustered-column-chart/m-p/3924895#M152720</guid>
      <dc:creator>afaro</dc:creator>
      <dc:date>2024-05-16T18:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ISFILTERED for clustered column chart?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-ISFILTERED-for-clustered-column-chart/m-p/3925393#M152739</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="687567" data-lia-user-login="afaro" class="lia-mention lia-mention-user"&gt;afaro&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Regarding your question, are you trying to display multiple columns in a clustered bar chart by returning multiple values for a single measure?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;After my testing, this doesn't seem to be possible due to the fact that only one value can be returned for a single measure. Also only a separate column can be generated. The y-axis of the clustered bar chart does not accept data of type 'Text' after stitching multiple values into a string.So my suggestion is to create multiple measures.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF(ISFILTERED('Table'[Amount]),SUM('Table'[Amount]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 = IF(ISFILTERED('Table'[ID]),MAX('Table'[ID]))&lt;/LI-CODE&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;</description>
      <pubDate>Fri, 17 May 2024 02:06:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-ISFILTERED-for-clustered-column-chart/m-p/3925393#M152739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-17T02:06:49Z</dc:date>
    </item>
  </channel>
</rss>

