<?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: DAX- To convert a comma delimited string column into a list and filter the Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420030#M129456</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Awesome , it worked.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;.You saved my time..&lt;/P&gt;&lt;P&gt;I have added two more scenarios for this. Please be patient to solve this. Appreciate the help.&lt;/P&gt;&lt;P&gt;Please modify the DAX based on the modified input data.&lt;/P&gt;&lt;P&gt;I have added a group column as shown below input table&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Now, I have a group slicer coming from a table &lt;STRONG&gt;INPUT Table&amp;nbsp;&lt;/STRONG&gt;and i see now there is no relation exists and wanted to filter this new DAX table with the group slicer with multiple values selected. Output should be same as shown above.&lt;/P&gt;&lt;P&gt;2. And I want to add dynamic ranking based on the slicer selection.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUT Table&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Group&lt;/TD&gt;&lt;TD&gt;Tasks&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group1&lt;/TD&gt;&lt;TD&gt;a,b,c&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group2&lt;/TD&gt;&lt;TD&gt;b,c&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group3&lt;/TD&gt;&lt;TD&gt;a,c&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group4&lt;/TD&gt;&lt;TD&gt;b,d&lt;/TD&gt;&lt;TD&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group5&lt;/TD&gt;&lt;TD&gt;a,c,d&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group6&lt;/TD&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group7&lt;/TD&gt;&lt;TD&gt;c,d&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group1&lt;/TD&gt;&lt;TD&gt;a,d&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Result table&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Distinct Names&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;TD&gt;Rank&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;450&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;380&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;800&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;830&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2023 15:56:17 GMT</pubDate>
    <dc:creator>suman1985</dc:creator>
    <dc:date>2023-09-07T15:56:17Z</dc:date>
    <item>
      <title>DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3418339#M129370</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am newbie to DAX. Please help me with your suggestions.&lt;/P&gt;&lt;P&gt;I have a scenario where I have a Input Table with Comma delimited string (Names) and sales Column. Please see Input Table below.&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Input Table&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;S.No&lt;/TD&gt;&lt;TD&gt;Names&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;a,b,c&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;b,c&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;a,c&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;b,d&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;a,c,d&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;c,d&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I wanted to show a output table as&amp;nbsp; Distinct Names&amp;nbsp; and sum of Amount&amp;nbsp;&lt;/P&gt;&lt;P&gt;EG: name &lt;STRONG&gt;a&lt;/STRONG&gt; is at rows 1,3,5 -so , sum(amount) where ever the &lt;STRONG&gt;a&lt;/STRONG&gt; exists which is 350.&lt;/P&gt;&lt;P&gt;Now, I wanted to convert this table data to a Result Table as&amp;nbsp; shown below.&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Result table&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Distinct Names&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;350&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;750&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please create this output table using only DAX.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suman&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 18:47:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3418339#M129370</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-06T18:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3418353#M129373</link>
      <description>&lt;P&gt;The way I would do it - I would first need a table with all your distinct names. I would do that step in Power Query.&amp;nbsp; once you have your table of distinct names, the measure to create your amount measure is pretty straight forward.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will do something like&lt;BR /&gt;calculate(sum(amount), Containstring('InputTable'[Names],selectedvalue('NewPowerQueryTable'[Names])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dax.guide/containsstring/" target="_blank"&gt;https://dax.guide/containsstring/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post was helpful, please kudos or accept the answer as a solution.&lt;BR /&gt;~ Anthony Genovese&lt;BR /&gt;Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 18:56:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3418353#M129373</guid>
      <dc:creator>AnthonyGenovese</dc:creator>
      <dc:date>2023-09-06T18:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419588#M129433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="422509" data-lia-user-login="AnthonyGenovese" class="lia-mention lia-mention-user"&gt;AnthonyGenovese&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way we can write DAX with not to have a Slicer for the Distinct Names.? I wanted everything to be wrapped within the single DAX with all the totals summed up by the Names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 12:13:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419588#M129433</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-07T12:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419602#M129434</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="535530" data-lia-user-login="suman1985" class="lia-mention lia-mention-user"&gt;suman1985&lt;/a&gt;&amp;nbsp;if you are able to use powerquery , right click on the column with commas and choose split by delmiter ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;press on advanced and select by rows&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;result&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;now in dax just make a simple sum('Table'[Amount])&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 12:20:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419602#M129434</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-09-07T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419605#M129435</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="422509" data-lia-user-login="AnthonyGenovese" class="lia-mention lia-mention-user"&gt;AnthonyGenovese&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for quick response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I cant use the Power Query. Can this be done only in the DAX.&lt;/P&gt;&lt;P&gt;Appreciate the help..&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 12:23:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419605#M129435</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-07T12:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419638#M129437</link>
      <description>&lt;P&gt;oh i see in that case lets create a new calculated table&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="535530" data-lia-user-login="suman1985" class="lia-mention lia-mention-user"&gt;suman1985&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NamesSplit = 
VAR MaxNames = CALCULATE(MAXX('Table', LEN('Table'[Names]) - LEN(SUBSTITUTE('Table'[Names], ",", "")) + 1))

RETURN
FILTER(
    GENERATE(
        'Table',
        ADDCOLUMNS(
            GENERATESERIES(1, MaxNames, 1),
            "SingleName", TRIM(PATHITEM(SUBSTITUTE('Table'[Names], ",", "|"), [Value]))
        )
    ),
    NOT(ISBLANK([SingleName]))
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RESULT&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;if i help you please accept as solution and leave a kudos&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 12:34:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419638#M129437</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-09-07T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419945#M129448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion .&lt;/P&gt;&lt;P&gt;Unfortunately, I dont want to use Power Query for this scenario. I would rather need this table output within&amp;nbsp; a single DAX&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 15:13:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3419945#M129448</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-07T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420030#M129456</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Awesome , it worked.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;.You saved my time..&lt;/P&gt;&lt;P&gt;I have added two more scenarios for this. Please be patient to solve this. Appreciate the help.&lt;/P&gt;&lt;P&gt;Please modify the DAX based on the modified input data.&lt;/P&gt;&lt;P&gt;I have added a group column as shown below input table&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Now, I have a group slicer coming from a table &lt;STRONG&gt;INPUT Table&amp;nbsp;&lt;/STRONG&gt;and i see now there is no relation exists and wanted to filter this new DAX table with the group slicer with multiple values selected. Output should be same as shown above.&lt;/P&gt;&lt;P&gt;2. And I want to add dynamic ranking based on the slicer selection.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUT Table&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Group&lt;/TD&gt;&lt;TD&gt;Tasks&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group1&lt;/TD&gt;&lt;TD&gt;a,b,c&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group2&lt;/TD&gt;&lt;TD&gt;b,c&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group3&lt;/TD&gt;&lt;TD&gt;a,c&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group4&lt;/TD&gt;&lt;TD&gt;b,d&lt;/TD&gt;&lt;TD&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group5&lt;/TD&gt;&lt;TD&gt;a,c,d&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group6&lt;/TD&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group7&lt;/TD&gt;&lt;TD&gt;c,d&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Group1&lt;/TD&gt;&lt;TD&gt;a,d&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Result table&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Distinct Names&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;TD&gt;Rank&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;450&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;380&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;800&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;830&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 15:56:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420030#M129456</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-07T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420911#M129493</link>
      <description>&lt;P&gt;can you show me what slicer you are using please&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 06:30:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420911#M129493</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-09-08T06:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420921#M129497</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Ranking =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RANKX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TasksSplit&lt;/SPAN&gt;&lt;SPAN&gt;[SingleName]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[Total Amount]&lt;/SPAN&gt;&lt;SPAN&gt;,,&lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Dense&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;img /&gt;&lt;P&gt; if its solved your issue kindly accept it as solution&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Sep 2023 06:36:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420921#M129497</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-09-08T06:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420948#M129500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using group Slicer from the Input table. Please see below screenshot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Earlier input table has only Tasks and amount. I have added Group column now and want to filter the result table with Group Column and rank the table accordingly.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 06:45:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420948#M129500</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-08T06:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420957#M129501</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ranking works fine. But can you take the group column as slicer from the input table instead of from the Derived calcualted table.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 06:53:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3420957#M129501</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-08T06:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421013#M129505</link>
      <description>&lt;P&gt;yes just create a relationship between group and group or even better create a dim table wjich is always a great practice&amp;nbsp; that returns unique values of group and then create a relationship between the two&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DimGroup = ALLNOBLANKROW('Table'[Group])&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 07:24:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421013#M129505</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-09-08T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421030#M129507</link>
      <description>&lt;P&gt;Thanks for the suggestion&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, this is one of the visual logic we are implementing on a report which has 7 visuals.&lt;/P&gt;&lt;P&gt;There are 6 slicers and Group slicer is one among them used on the report.&amp;nbsp; All these 6 slicers are begin taken from the input Data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So , I cant create any new dimensions for the Groups as they are already being pulled from the Input data&lt;/P&gt;&lt;P&gt;The requirement I shared is specifically for this visual.&lt;/P&gt;&lt;P&gt;Please include the group slicer from the input data and filter the dax table based on the selcted value from the group slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you undersatand and appreciate the continuous help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 07:36:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421030#M129507</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-08T07:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421072#M129509</link>
      <description>&lt;P&gt;not sure if i understood you correctly but here&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Total Amount = IF(ISFILTERED('Table'[Group]),CALCULATE(SUM(TasksSplit[Amount]),TasksSplit[Group] = MAX('Table'[Group])),SUM(TasksSplit[Amount]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Ranking = 
IF(
    ISFILTERED('Table'[Group]),
    IF(
        NOT(ISBLANK([Total Amount])),
        CALCULATE(
            RANKX(
                ALLSELECTED(TasksSplit[SingleName]),
                [Total Amount],
                ,
                DESC,
                Dense
            ),
            TasksSplit[Group] = MAX('Table'[Group])
        )
    ),RANKX(
                ALLSELECTED(TasksSplit[SingleName]),
                [Total Amount],
                ,
                DESC,
                Dense
            )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;As you see i am using the group from the main table without any relationships&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Final result&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 07:58:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421072#M129509</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-09-08T07:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: DAX- To convert a comma delimited string column into a list and filter the Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421167#M129517</link>
      <description>&lt;P&gt;Thanks &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to really thanks for &lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;answering my queries with&amp;nbsp;&lt;SPAN&gt;great patience.We are very close to the required result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It is working for single select value on slicer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Its my fault, I didnt explain that slicer should be a multi select valued.&lt;/P&gt;&lt;P&gt;I have more than 1 slicer then result table should filter based on the 3 slicers selected values as shown on screenshot .&lt;BR /&gt;Please modify DAX for multiselect on all slicers (ALL, Mutiselect)&amp;nbsp; .It should work for both&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Input Data:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Brand&lt;/TD&gt;&lt;TD&gt;Sub&lt;/TD&gt;&lt;TD&gt;Event&lt;/TD&gt;&lt;TD&gt;Tasks&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Free&lt;/TD&gt;&lt;TD&gt;Group1&lt;/TD&gt;&lt;TD&gt;a,b,c&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Normal&lt;/TD&gt;&lt;TD&gt;Group2&lt;/TD&gt;&lt;TD&gt;b,c&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Free&lt;/TD&gt;&lt;TD&gt;Group3&lt;/TD&gt;&lt;TD&gt;a,c&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Normal&lt;/TD&gt;&lt;TD&gt;Group4&lt;/TD&gt;&lt;TD&gt;b,d&lt;/TD&gt;&lt;TD&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Free&lt;/TD&gt;&lt;TD&gt;Group5&lt;/TD&gt;&lt;TD&gt;a,c,d&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Free&lt;/TD&gt;&lt;TD&gt;Group6&lt;/TD&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Free&lt;/TD&gt;&lt;TD&gt;Group7&lt;/TD&gt;&lt;TD&gt;c,d&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;Normal&lt;/TD&gt;&lt;TD&gt;Group1&lt;/TD&gt;&lt;TD&gt;a,d&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 08 Sep 2023 08:54:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-convert-a-comma-delimited-string-column-into-a-list-and/m-p/3421167#M129517</guid>
      <dc:creator>suman1985</dc:creator>
      <dc:date>2023-09-08T08:54:41Z</dc:date>
    </item>
  </channel>
</rss>

