<?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: show specific values of a column when selecting a specific value of another column of the same table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3033351#M103777</link>
    <description>&lt;P&gt;Perfect! That works, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you maybe explain why it is needed to use MAX()?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2023 08:35:27 GMT</pubDate>
    <dc:creator>vx99</dc:creator>
    <dc:date>2023-01-20T08:35:27Z</dc:date>
    <item>
      <title>show specific values of a column when selecting a specific value of another column of the same table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032414#M103708</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;for a visualization, I would like to be able to show specific values of a column when I select a specific value of another column of the same table. For instance, I have this table:&lt;/P&gt;&lt;P&gt;Col1 col2 col3&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xy&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; y&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xy&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yy&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xx&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; y&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xx&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xy&lt;/P&gt;&lt;P&gt;If I select A of the first column, I only want to show the values of col2 = X and col2= xy (so the first row), but not the second row, since col2 is not X and also not the third row because col3 is not xy. However, if I select B in col1, all values of col2 are allowed but only in combination with xx of col3. So the last row is not allowed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to create calculated columns for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 20:43:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032414#M103708</guid>
      <dc:creator>vx99</dc:creator>
      <dc:date>2023-01-19T20:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: show specific values of a column when selecting a specific value of another column of the same table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032518#M103711</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="496857" data-lia-user-login="vx99" class="lia-mention lia-mention-user"&gt;vx99&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A - X -xy, B - - xx, what is the logic behind?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 22:06:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032518#M103711</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-19T22:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: show specific values of a column when selecting a specific value of another column of the same table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032530#M103714</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, there is no logic, all values are just placeholders for text values. I just want to display/filter specific text values of one column when selecting a specific value of another column.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 22:17:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032530#M103714</guid>
      <dc:creator>vx99</dc:creator>
      <dc:date>2023-01-19T22:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: show specific values of a column when selecting a specific value of another column of the same table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032696#M103736</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="496857" data-lia-user-login="vx99" class="lia-mention lia-mention-user"&gt;vx99&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to add a measure like this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Measure = 
IF(
    (MAX(TableName[Col1])="A"&amp;amp;&amp;amp;MAX(TableName[Col3])="xy"&amp;amp;&amp;amp;MAX(TableName[Col2])="X") 
        || (MAX(TableName[Col1])="B"&amp;amp;&amp;amp;MAX(TableName[Col3])="XX"),
    1, 0
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;plot a table visual with all three columns and use the measure as visual filter. Tick 1 only.&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;it worked like this:&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;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 01:29:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3032696#M103736</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-20T01:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: show specific values of a column when selecting a specific value of another column of the same table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3033351#M103777</link>
      <description>&lt;P&gt;Perfect! That works, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you maybe explain why it is needed to use MAX()?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 08:35:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-specific-values-of-a-column-when-selecting-a-specific-value/m-p/3033351#M103777</guid>
      <dc:creator>vx99</dc:creator>
      <dc:date>2023-01-20T08:35:27Z</dc:date>
    </item>
  </channel>
</rss>

