<?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: Counting comma separated values in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939502#M153170</link>
    <description>&lt;P&gt;Hi, you should first work on massagin your data. try to shape the data as per need.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 11:25:03 GMT</pubDate>
    <dc:creator>Ankur04</dc:creator>
    <dc:date>2024-05-22T11:25:03Z</dc:date>
    <item>
      <title>Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939312#M153166</link>
      <description>&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a doughnut visual to try and show a count of occurances of a each unique value in a column:&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;&lt;P&gt;As per above, they are also comma separated, and a value can only occur once per row.&lt;BR /&gt;&lt;BR /&gt;Stuck on how to complete measure/ DAX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 10:43:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939312#M153166</guid>
      <dc:creator>SteveMForm</dc:creator>
      <dc:date>2024-05-22T10:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939502#M153170</link>
      <description>&lt;P&gt;Hi, you should first work on massagin your data. try to shape the data as per need.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 11:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939502#M153170</guid>
      <dc:creator>Ankur04</dc:creator>
      <dc:date>2024-05-22T11:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939635#M153172</link>
      <description>&lt;P&gt;Massaging? If so, ok- but I kinda thought I wouldnt need to pivot the data every time I need to count values, and use dax instead...&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 11:49:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939635#M153172</guid>
      <dc:creator>SteveMForm</dc:creator>
      <dc:date>2024-05-22T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939803#M153175</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I can see there are many rows where you have comma separated values. you can create new columns for each value, then try to pivot it.&lt;/P&gt;&lt;P&gt;another point as highlighted, each row can have only one value. so if you make a pivot each row may have more than one value. In that case you can create a logical grouping and take count of that column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this may help to get some idea. please free to provide further info more better understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy to help!&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 12:29:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3939803#M153175</guid>
      <dc:creator>Ankur04</dc:creator>
      <dc:date>2024-05-22T12:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3942844#M153273</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="747410" data-lia-user-login="Ankur04" class="lia-mention lia-mention-user"&gt;Ankur04&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As I mentioned, I don't really wnat to keep having to pivot the table to extract values, so was looking for another wasy to get the values out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not that each row can only have one value, otherwise I wouldn't have the challenge to count the distinct values and the visual would work out the box. When I mentioned unique values, it is that each unique value can only appear once in each row. It might be that several unique values apply for a row in that specific column, and&amp;nbsp;thats part of the challenge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me more about a logical grouping&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 09:32:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3942844#M153273</guid>
      <dc:creator>SteveMForm</dc:creator>
      <dc:date>2024-05-23T09:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3949944#M153421</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="684418" data-lia-user-login="SteveMForm" class="lia-mention lia-mention-user"&gt;SteveMForm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In order to perform&amp;nbsp;such data cleansing task, Power Query is your best tool in your tool box.&amp;nbsp; I suppose there are many ways to solve your problem, but what I would do in your case is to first split that column by comma delimiter to separate columns using power Query, and then unpivot the other columns which are split into different columns, so that you have a long narrow fact table which will be easily digested by power pivot engine (dax) for futher analysis.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 07:57:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3949944#M153421</guid>
      <dc:creator>DataNinja777</dc:creator>
      <dc:date>2024-05-26T07:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3969018#M153925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608865" data-lia-user-login="DataNinja777" class="lia-mention lia-mention-user"&gt;DataNinja777&lt;/a&gt;&amp;nbsp;sorry for delay.&lt;BR /&gt;&lt;BR /&gt;I have split the original column which had comma separated values in and get 4 new columns:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I now need to count the occurances of each value across the table- what is the best way to do this?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 14:06:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3969018#M153925</guid>
      <dc:creator>SteveMForm</dc:creator>
      <dc:date>2024-06-03T14:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Counting comma separated values in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3973705#M154081</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608865" data-lia-user-login="DataNinja777" class="lia-mention lia-mention-user"&gt;DataNinja777&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="747410" data-lia-user-login="Ankur04" class="lia-mention lia-mention-user"&gt;Ankur04&lt;/a&gt;&amp;nbsp;- any ideas on query in message 7?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 09:23:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-comma-separated-values-in-a-column/m-p/3973705#M154081</guid>
      <dc:creator>SteveMForm</dc:creator>
      <dc:date>2024-06-05T09:23:33Z</dc:date>
    </item>
  </channel>
</rss>

