<?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 Dynamic Text in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Text/m-p/2267816#M55071</link>
    <description>&lt;P&gt;I am trying to use the dynamic text value feature in Power BI but am unable to get it to work since I am using 2 different columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one column with various timeframes (Jan-Feb, Feb-Mar) and then another column which shows the current timeframe (0 or 1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I pull just the text (timeframe) where the current timeframe = 1?&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 16:47:48 GMT</pubDate>
    <dc:creator>natasha519</dc:creator>
    <dc:date>2022-01-05T16:47:48Z</dc:date>
    <item>
      <title>Dynamic Text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Text/m-p/2267816#M55071</link>
      <description>&lt;P&gt;I am trying to use the dynamic text value feature in Power BI but am unable to get it to work since I am using 2 different columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one column with various timeframes (Jan-Feb, Feb-Mar) and then another column which shows the current timeframe (0 or 1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I pull just the text (timeframe) where the current timeframe = 1?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 16:47:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Text/m-p/2267816#M55071</guid>
      <dc:creator>natasha519</dc:creator>
      <dc:date>2022-01-05T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Text/m-p/2267889#M55079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340031" data-lia-user-login="natasha519" class="lia-mention lia-mention-user"&gt;natasha519&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I can understand your question, you can add&amp;nbsp;&lt;STRONG&gt;timeframes&amp;nbsp;&lt;/STRONG&gt;column in the visual and use&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;current timeframe&lt;/STRONG&gt; as filter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Samarth&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 17:27:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Text/m-p/2267889#M55079</guid>
      <dc:creator>Samarth_18</dc:creator>
      <dc:date>2022-01-05T17:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Text/m-p/2274883#M55485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340031" data-lia-user-login="natasha519" class="lia-mention lia-mention-user"&gt;natasha519&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(&lt;STRONG&gt;see attachment&lt;/STRONG&gt;), please check whether that is what you want. You can create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below, the displayed text will be dynamic base on the slicer selection.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Dynamic Text = 
CONCATENATEX (
    FILTER ( 'Table', 'Table'[current?] = SELECTEDVALUE ( 'Table'[current?] ) ),
    'Table'[timeframes],
    ",",
    'Table'[timeframes]
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If the above one is not what you want, please provide some sample data(&lt;EM&gt;&lt;STRONG&gt;exclude sensitive data&lt;/STRONG&gt;&lt;/EM&gt;) and your expected result with backend logic and special examples. Thank you.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 08:33:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Text/m-p/2274883#M55485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-10T08:33:00Z</dc:date>
    </item>
  </channel>
</rss>

