<?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 Function Sort by Duplicate in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682504#M80387</link>
    <description>&lt;P&gt;Yes, I would like a call via Zoom.&lt;/P&gt;&lt;P&gt;Would be great. Can we do it at 4:30 pm?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2022 18:04:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-04T18:04:11Z</dc:date>
    <item>
      <title>DAX Function Sort by Duplicate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682017#M80355</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to create a measure to check the occurrence of an ID in two different categories and then classify it as a third category.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;[ID]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [BASE]&lt;BR /&gt;123145&amp;nbsp; &amp;nbsp; &amp;nbsp; Table&lt;BR /&gt;54845&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Homebroker&lt;BR /&gt;8485&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Homebroker&lt;BR /&gt;123145&amp;nbsp; &amp;nbsp; &amp;nbsp; Homebroker&lt;BR /&gt;54845&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result&lt;BR /&gt;[ID]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[BASE]&amp;nbsp; &amp;nbsp; &amp;nbsp; [CLASS]&lt;BR /&gt;123145 table&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MHB&amp;nbsp;&lt;BR /&gt;54845&amp;nbsp; &amp;nbsp;table&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;MHB&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In short, there are two columns, and every time an ID occurs in MESA and HOMEBROKER it becomes an MHB(Mesa-Homebroker). I would like to create another column with the name MHB and the other empty values.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 14:26:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682017#M80355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-04T14:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function Sort by Duplicate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682061#M80358</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;check out the file sample solution.&lt;BR /&gt;Let me know if this is what you meant.&lt;BR /&gt;&lt;A href="https://spartabiltd-my.sharepoint.com/:u:/g/personal/avishayf_spartabi_com/ESg14zAt2DhIlx_op6UXmKIBgzXBz6xkBbbckA-JlmJscg?e=b3uglM" target="_blank" rel="noopener"&gt;DAX Function Sort by Duplicate 2022-08-04.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 14:40:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682061#M80358</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-04T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function Sort by Duplicate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682201#M80369</link>
      <description>&lt;P&gt;Hello SpartaBi,&lt;/P&gt;&lt;P&gt;Thanks for helping me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in this case, it's just checking if the ID is table, correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;He needs to check if the ID has like two categories HOMEBROKER and TABLE, understand?&lt;/P&gt;&lt;P&gt;Same ID, can have two categories in the same column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is, the same ID will happen more than once in the same column, one of them being MESA and another HOMEBROKER, if so, it will be classified with MHB.&lt;BR /&gt;&lt;BR /&gt;I even tried to change it here, but I get an error in the number of columns.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 15:28:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682201#M80369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-04T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function Sort by Duplicate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682303#M80375</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;do you want to show me on zoom/teams?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 16:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682303#M80375</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-04T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function Sort by Duplicate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682504#M80387</link>
      <description>&lt;P&gt;Yes, I would like a call via Zoom.&lt;/P&gt;&lt;P&gt;Would be great. Can we do it at 4:30 pm?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 18:04:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682504#M80387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-04T18:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Function Sort by Duplicate</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682546#M80392</link>
      <description>&lt;P&gt;Hey, already night my time zone, 21:35 so ping me here tomorrow and we'll do a zoom&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 18:35:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Function-Sort-by-Duplicate/m-p/2682546#M80392</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-04T18:35:39Z</dc:date>
    </item>
  </channel>
</rss>

