<?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: How to Group the following Column (This Should Be Easy For You Guys) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Group-the-following-Column-This-Should-Be-Easy-For-You/m-p/4037226#M160034</link>
    <description>&lt;P&gt;That worked perfectly, thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 13:21:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-11T13:21:08Z</dc:date>
    <item>
      <title>How to Group the following Column (This Should Be Easy For You Guys)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Group-the-following-Column-This-Should-Be-Easy-For-You/m-p/4031087#M159424</link>
      <description>&lt;P&gt;I cannot find a solution to this issue. I have a column called "ExtractedText", and every value in this column is one of the following values: (Blank), 00, 01, 10, 20, 21, 30, 31, 40, 41, 50, 60, 70, 80, 90. I need to group my rows using this column as follows:&lt;/P&gt;&lt;P&gt;(Blank) = Blank&lt;/P&gt;&lt;P&gt;00, 20, 21 = Direct&lt;/P&gt;&lt;P&gt;10, 30, 31, 40, 41 = Indirect&lt;/P&gt;&lt;P&gt;50 = RTDI&lt;/P&gt;&lt;P&gt;60, 70 = SG&amp;amp;A&lt;/P&gt;&lt;P&gt;80, 90 = Corp&lt;/P&gt;&lt;P&gt;When all is said and done, I need a slicer that slices the data 5 ways by Blank, Direct, Indirect, RTDI, SG&amp;amp;A, and Corp. Let me know if you have any questions. This should be simple for regular PowerBI users but is difficult for a new user like myself. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 21:05:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Group-the-following-Column-This-Should-Be-Easy-For-You/m-p/4031087#M159424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-08T21:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Group the following Column (This Should Be Easy For You Guys)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Group-the-following-Column-This-Should-Be-Easy-For-You/m-p/4035842#M159932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try the following DAX:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = SWITCH(TRUE(),
[ExtractedText] = BLANK(),"Blank",
[ExtractedText] IN { "00" , "20" , "21"} , "Direct",
[ExtractedText] IN {"10" , "30" , "31" , "40" , "41"}, "Indirect",
[ExtractedText] IN {"50"} , "RTDI",
[ExtractedText] IN {"60" , "70"}  , "SG&amp;amp;A",
[ExtractedText] IN {"80" , "90"}  , "Corp","other")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 01:59:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Group-the-following-Column-This-Should-Be-Easy-For-You/m-p/4035842#M159932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-11T01:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Group the following Column (This Should Be Easy For You Guys)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Group-the-following-Column-This-Should-Be-Easy-For-You/m-p/4037226#M160034</link>
      <description>&lt;P&gt;That worked perfectly, thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 13:21:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Group-the-following-Column-This-Should-Be-Easy-For-You/m-p/4037226#M160034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-11T13:21:08Z</dc:date>
    </item>
  </channel>
</rss>

