<?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: Help removing specific values tied to a shared ID value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1899156#M40952</link>
    <description>&lt;P&gt;Unfortunately, you won't be able to see it. Access is maintained by an AD group and the data is sourced from a database which is also internal&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 14:59:45 GMT</pubDate>
    <dc:creator>sc27</dc:creator>
    <dc:date>2021-06-14T14:59:45Z</dc:date>
    <item>
      <title>Help removing specific values tied to a shared ID value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896559#M40869</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a large dataset where a number of records are connected via unique IDs. I want to be able to see the associated attributes across all ID's and remove specific values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To simplify it, I want to check for where an ID has more than 1 Account related to it. If it does, and that Account name is John, I do not want to include it within a separate concatenate measure.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd want my CONCATENATEX for Account, State and Level to give me this result&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Is this even possible?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 18:41:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896559#M40869</guid>
      <dc:creator>sc27</dc:creator>
      <dc:date>2021-06-11T18:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help removing specific values tied to a shared ID value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896683#M40874</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="301097" data-lia-user-login="sc27" class="lia-mention lia-mention-user"&gt;sc27&lt;/a&gt;&amp;nbsp;Something like this -&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/DAX-Studio-Group-by-Concatenate-Textcombine-listagg-Script/m-p/783327" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/DAX-Studio-Group-by-Concatenate-Textcombine-listagg-Script/m-p/783327&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 22:03:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896683#M40874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-11T22:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help removing specific values tied to a shared ID value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896725#M40875</link>
      <description>&lt;P&gt;Thanks, but that's not exactly what I need. I have a scenario where I need the remove a specifc value and its associated column values based on a logical condition. Then, take that result and conduct a separate concatenation&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 23:26:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896725#M40875</guid>
      <dc:creator>sc27</dc:creator>
      <dc:date>2021-06-11T23:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help removing specific values tied to a shared ID value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896735#M40876</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="301097" data-lia-user-login="sc27" class="lia-mention lia-mention-user"&gt;sc27&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the link down below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;Account Name(s) Measure = &lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;IF (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;ISFILTERED ( 'Table'[ID] ),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;CONCATENATEX (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;SUMMARIZE ( FILTER ( 'Table', 'Table'[Account] &amp;lt;&amp;gt; "John" ), 'Table'[Account] ),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;'Table'[Account],&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;";"&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;State(s) Measure = &lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;IF (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;ISFILTERED ( 'Table'[ID] ),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;CONCATENATEX (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;SUMMARIZE ( FILTER ( 'Table', 'Table'[Account] &amp;lt;&amp;gt; "John" ), 'Table'[State] ),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;'Table'[State],&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;";"&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;Level(s) Measure = &lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;IF (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;ISFILTERED ( 'Table'[ID] ),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;CONCATENATEX (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;SUMMARIZE ( FILTER ( 'Table', 'Table'[Account] &amp;lt;&amp;gt; "John" ), 'Table'[Level] ),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;'Table'[Level],&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;";"&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://www.dropbox.com/s/6zhmvdihptxofkd/sc27.pbix?dl=0" target="_self"&gt;https://www.dropbox.com/s/6zhmvdihptxofkd/sc27.pbix?dl=0&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;&lt;STRONG&gt;Hi, My name is Jihwan Kim. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;&lt;STRONG&gt;If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;Linkedin: linkedin.com/in/jihwankim1975/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;Twitter: twitter.com/Jihwan_JHKIM&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Jun 2021 23:46:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896735#M40876</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-06-11T23:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help removing specific values tied to a shared ID value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896746#M40877</link>
      <description>&lt;P&gt;I didn't think this would matter, but in my data, the ID is in one table (its a Fact table) and the Account, State and Level are all within one other. I tried to do what you sent over but it just concatenated every single Account, paying no mind to the relationship between the ID and the correct Accounts&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 00:13:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896746#M40877</guid>
      <dc:creator>sc27</dc:creator>
      <dc:date>2021-06-12T00:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help removing specific values tied to a shared ID value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896778#M40880</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="301097" data-lia-user-login="sc27" class="lia-mention lia-mention-user"&gt;sc27&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share your sample pbix file's link here.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 02:29:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1896778#M40880</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-06-12T02:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help removing specific values tied to a shared ID value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1899156#M40952</link>
      <description>&lt;P&gt;Unfortunately, you won't be able to see it. Access is maintained by an AD group and the data is sourced from a database which is also internal&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:59:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-removing-specific-values-tied-to-a-shared-ID-value/m-p/1899156#M40952</guid>
      <dc:creator>sc27</dc:creator>
      <dc:date>2021-06-14T14:59:45Z</dc:date>
    </item>
  </channel>
</rss>

