<?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: Isolate a single field in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Isolate-a-single-field-in-a-column/m-p/101156#M167</link>
    <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15515" data-lia-user-login="svella" class="lia-mention lia-mention-user"&gt;svella﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result of a column change only when you actualize your dataset. So you can't change a column value depending a slicer or anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, you can detect the number of selected items :&lt;/P&gt;&lt;P&gt;NB Selected = COUNTROWS ( FILTERS ( [ColumnA] ) )&lt;/P&gt;&lt;P&gt;Then if you want to display the selection, for a dynamic title for example :&lt;/P&gt;&lt;P&gt;Title = IF ( [NB Selected] = 1 , "Informations for " &amp;amp; CONCATENATEX ( FILTERS ( [ColumnA] ) ) ; "Informations for several animals" )&lt;/P&gt;&lt;P&gt;Use the filters function if you want more options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rémi&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2016 11:30:39 GMT</pubDate>
    <dc:creator>Rémi</dc:creator>
    <dc:date>2016-12-12T11:30:39Z</dc:date>
    <item>
      <title>Isolate a single field in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Isolate-a-single-field-in-a-column/m-p/80054#M111</link>
      <description>&lt;P&gt;Hello, Looking for a calc / technique to expose data within a Table BUT only when a user has isolated a selection to 1 item.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column A =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dog&lt;/P&gt;&lt;P&gt;Cat&lt;/P&gt;&lt;P&gt;Mouse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User clicks on Dog and Cat, Column B = ""&amp;nbsp; Blank&lt;/P&gt;&lt;P&gt;User clicks on Dog, Column B = "Dog"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the calc below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column_B = If ( DISTINCTCOUNT ( Column_A ) = 1 , Column_A , "" )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I cant seem to return a text string back to a table chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions ????&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:55:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Isolate-a-single-field-in-a-column/m-p/80054#M111</guid>
      <dc:creator>svella</dc:creator>
      <dc:date>2016-10-19T17:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Isolate a single field in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Isolate-a-single-field-in-a-column/m-p/101156#M167</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15515" data-lia-user-login="svella" class="lia-mention lia-mention-user"&gt;svella﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result of a column change only when you actualize your dataset. So you can't change a column value depending a slicer or anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, you can detect the number of selected items :&lt;/P&gt;&lt;P&gt;NB Selected = COUNTROWS ( FILTERS ( [ColumnA] ) )&lt;/P&gt;&lt;P&gt;Then if you want to display the selection, for a dynamic title for example :&lt;/P&gt;&lt;P&gt;Title = IF ( [NB Selected] = 1 , "Informations for " &amp;amp; CONCATENATEX ( FILTERS ( [ColumnA] ) ) ; "Informations for several animals" )&lt;/P&gt;&lt;P&gt;Use the filters function if you want more options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rémi&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 11:30:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Isolate-a-single-field-in-a-column/m-p/101156#M167</guid>
      <dc:creator>Rémi</dc:creator>
      <dc:date>2016-12-12T11:30:39Z</dc:date>
    </item>
  </channel>
</rss>

