<?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: Columns in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088970#M6912</link>
    <description>&lt;P&gt;No need for any DAX. Some small Power Query transforms do it.&amp;nbsp; See attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 22:34:20 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-02-20T22:34:20Z</dc:date>
    <item>
      <title>Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/2917308#M6254</link>
      <description>&lt;P&gt;Beginners Power BI user. I have a file that was created in MS Lists that allow the users to select multiple options. For example I have a column with four brands is selected as a a single value and with others.&amp;nbsp; I would like to measure the total use of each brand, together or separate How to I sort or separate this column. Not sure if I'm articulating the question correctly. Do I have to create and measure, dax special column, or can it be sorted in a advance search For example&lt;/P&gt;&lt;P&gt;( Coke;&lt;/P&gt;&lt;P&gt;coke, Pepsi;&lt;/P&gt;&lt;P&gt;coke, Pepsi, sprite;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coke;&lt;/P&gt;&lt;P&gt;Pepsi, sprite;&lt;/P&gt;&lt;P&gt;Coke, root beer) I would like to create a chart that tells me how many time coke was selected overall.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 23:43:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/2917308#M6254</guid>
      <dc:creator>LF</dc:creator>
      <dc:date>2022-11-20T23:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/2922848#M6262</link>
      <description>&lt;P&gt;Assuming your category list is constant&amp;nbsp; (you can use Power Query to create that list if not)&amp;nbsp; you can then use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/containsstring-function-dax" target="_blank"&gt;CONTAINSSTRING function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to see how many times each category is present in your data rows.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_0-1669158226665.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/827982i3064ADC2F66A0DB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1669158226665.png" alt="lbendlin_0-1669158226665.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see attached&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 23:04:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/2922848#M6262</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-11-22T23:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/2930622#M6287</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 14:34:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/2930622#M6287</guid>
      <dc:creator>LF</dc:creator>
      <dc:date>2022-11-26T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088561#M6907</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="16769141389192226826822575416835.jpg" style="width: 3024px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/874738i2ACF28D9687930AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="16769141389192226826822575416835.jpg" alt="16769141389192226826822575416835.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Sorry for the delay, I have attempted to try the methods suggested with no luck. This is a more accurate interruption of the data I am working with.&amp;nbsp; It is from MS list and the users have the ability to select multiple options in certain columns.&amp;nbsp; I would like to measure the data to understand how many times each value is mentioned. How can I clean and create a list that I can measure. Also the data is going to continue to change and grow over time.&amp;nbsp; Thanks for your assistance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:34:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088561#M6907</guid>
      <dc:creator>LF</dc:creator>
      <dc:date>2023-02-20T17:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088606#M6908</link>
      <description>&lt;P&gt;please provide the sample data in usable format, not as a screenshot or picture.&lt;/P&gt;
&lt;P&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 18:02:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088606#M6908</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-02-20T18:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088954#M6911</link>
      <description>&lt;P&gt;&lt;A href="https://1drv.ms/u/s!ArGriWMH14ctvnz5Df3yjlNjgPXf?e=QjTb7i" target="_blank"&gt;Sample data (List).pbix&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your help. I would like to see how many time each value is selected. Should I be creating a measure? and if so how can I complete this. Or should I create a column when I am cleaning the data. Or is it a Dax that would allow me to filter without duplicates. I am only able to filter by row. The system thinks each row is a unique value and I would just like to find the total number as my dataset is going to contiue to grow. Please let me know if I can add anything else. Thank you&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 22:10:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088954#M6911</guid>
      <dc:creator>LF</dc:creator>
      <dc:date>2023-02-20T22:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088970#M6912</link>
      <description>&lt;P&gt;No need for any DAX. Some small Power Query transforms do it.&amp;nbsp; See attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 22:34:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3088970#M6912</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-02-20T22:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089032#M6913</link>
      <description>&lt;P&gt;Thank you! Yes this is what I wanted to do. Will new entries automaticly be added to the list. Also how do merge the relationship. Should it be many to many?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 23:47:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089032#M6913</guid>
      <dc:creator>LF</dc:creator>
      <dc:date>2023-02-20T23:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089107#M6914</link>
      <description>&lt;P&gt;new entries will automatically be added.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What relationship? It's a single table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally you want to avoid many-to-many relationships. They are most often a sign for a broken data model.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 01:32:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089107#M6914</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-02-21T01:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089154#M6916</link>
      <description>&lt;P&gt;Ah makes sense. The reason I ask is because I completed the steps you provided as a duplicate in the panel as I would also like to still have the data as selected from list. Is there a way to have all new data sorted like this and raw as selected. Could I create a column or measure. Is there a way to have the best of both worlds. (List data and grouped)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 01:58:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089154#M6916</guid>
      <dc:creator>LF</dc:creator>
      <dc:date>2023-02-21T01:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089160#M6918</link>
      <description>&lt;P&gt;I'm not clear what the requirement is.&amp;nbsp;Please provide sanitized sample data that fully covers your issue.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 02:00:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3089160#M6918</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-02-21T02:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3091523#M6926</link>
      <description>&lt;P&gt;I apprecate the support. Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 22:42:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Columns/m-p/3091523#M6926</guid>
      <dc:creator>LF</dc:creator>
      <dc:date>2023-02-21T22:42:51Z</dc:date>
    </item>
  </channel>
</rss>

