<?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: Delete rows based on filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-rows-based-on-filter/m-p/2857813#M91931</link>
    <description>&lt;P&gt;mailto:&amp;nbsp; does not use the "//" string.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not clear what issue you are trying to solve. Can you explain a bit more? What have you tried and where are you stuck?&lt;/P&gt;</description>
    <pubDate>Sun, 23 Oct 2022 23:48:26 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2022-10-23T23:48:26Z</dc:date>
    <item>
      <title>Delete rows based on filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-rows-based-on-filter/m-p/2856625#M91837</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DAX function which creates a mailto string:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MailTo = "mailto://"&amp;amp;CONCATENATEX(ALLSELECTED(Blad1),Blad1[Column1],"; ")&lt;/LI-CODE&gt;&lt;P&gt;So all values from Blad1[Column1] are shown in the string. Now i want to filter the mail adresses i selected. How can I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 07:11:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-rows-based-on-filter/m-p/2856625#M91837</guid>
      <dc:creator>DionTN</dc:creator>
      <dc:date>2022-10-22T07:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows based on filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-rows-based-on-filter/m-p/2857813#M91931</link>
      <description>&lt;P&gt;mailto:&amp;nbsp; does not use the "//" string.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not clear what issue you are trying to solve. Can you explain a bit more? What have you tried and where are you stuck?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 23:48:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-rows-based-on-filter/m-p/2857813#M91931</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-10-23T23:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows based on filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-rows-based-on-filter/m-p/2858814#M91975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415309" data-lia-user-login="DionTN" class="lia-mention lia-mention-user"&gt;DionTN&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can try this measure to achieve your goal.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MailTo =
"mailto://"
    &amp;amp; IF (
        ISFILTERED ( Blad1[Column1] ),
        CONCATENATEX ( ALLSELECTED ( Blad1 ), Blad1[Column1], "; " ),
        BLANK ()
    )&lt;/LI-CODE&gt;
&lt;P&gt;Result is as below.&lt;/P&gt;
&lt;P&gt;By Default:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Isfiltered:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 09:55:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Delete-rows-based-on-filter/m-p/2858814#M91975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-24T09:55:11Z</dc:date>
    </item>
  </channel>
</rss>

