<?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: Dynamic Order in Title in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2795867#M87855</link>
    <description>&lt;P&gt;Fantastic, working now. thank you&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 09:13:42 GMT</pubDate>
    <dc:creator>DW868990</dc:creator>
    <dc:date>2022-09-26T09:13:42Z</dc:date>
    <item>
      <title>Dynamic Order in Title</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2789675#M87539</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dynamic title that shows up to 6 responses per end user selection. The selection is made via a slicer of table like below.&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;Now i have used CONCATENATEX within the measure of the title so it does show the end user selections, but I need it to show in order of the ranking column above. It seems CONCATENATEX can only be ordered by a measure, not a column, or am i missing something? Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 11:14:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2789675#M87539</guid>
      <dc:creator>DW868990</dc:creator>
      <dc:date>2022-09-23T11:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Order in Title</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2792339#M87666</link>
      <description>&lt;P&gt;works for me&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You probably forgot to specify that you want to sort "Response" by "Ranking"&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2022 22:24:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2792339#M87666</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-09-24T22:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Order in Title</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2795553#M87829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="421796" data-lia-user-login="DW868990" class="lia-mention lia-mention-user"&gt;DW868990&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below to get it by using &lt;A href="https://dax.guide/concatenatex/" target="_self"&gt;CONCATENATEX&lt;/A&gt;&amp;nbsp;function&amp;nbsp;&lt;SPAN&gt;, please find the details in &lt;/SPAN&gt;&lt;EM style="font-family: inherit;"&gt;&lt;STRONG&gt;the attachment&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Title = 
CONCATENATEX (
    ALLSELECTED ( 'Table' ),
    'Table'[Response],
    ",",
    'Table'[Ranking], ASC
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:12:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2795553#M87829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-26T08:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Order in Title</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2795867#M87855</link>
      <description>&lt;P&gt;Fantastic, working now. thank you&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 09:13:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Order-in-Title/m-p/2795867#M87855</guid>
      <dc:creator>DW868990</dc:creator>
      <dc:date>2022-09-26T09:13:42Z</dc:date>
    </item>
  </channel>
</rss>

