<?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: Selectedvalue multiple filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1175960#M18264</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="198271" data-lia-user-login="PatrickVeldt" class="lia-mention lia-mention-user"&gt;PatrickVeldt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modify your dax as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;SV =&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(Datum[Year];CONCATENATE("All year", &lt;SPAN&gt;UNICHAR(10))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(Station[Station]; CONCATENATE("All stations", &lt;SPAN&gt;UNICHAR(10))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(mutations[reknr];"All GL's")&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 Jun 2020 10:56:40 GMT</pubDate>
    <dc:creator>Pragati11</dc:creator>
    <dc:date>2020-06-23T10:56:40Z</dc:date>
    <item>
      <title>Selectedvalue multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1175392#M18248</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my dashboard I got multiple filters and I got the right DAX to show all the values selected.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SV = &lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(Datum[Year];"All year")&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(Station[Station];"All stations")&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(mutations[reknr];"All GL's")&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But when I use this, the selected values will show as: &lt;EM&gt;All yearAll stationsAll GL's&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;What I want is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All year&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All stations&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All GL's&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know what I need to enter to get the selected values below eachother?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your feedback and information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jun 2020 07:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1175392#M18248</guid>
      <dc:creator>PatrickVeldt</dc:creator>
      <dc:date>2020-06-23T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selectedvalue multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1175960#M18264</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="198271" data-lia-user-login="PatrickVeldt" class="lia-mention lia-mention-user"&gt;PatrickVeldt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modify your dax as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;SV =&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(Datum[Year];CONCATENATE("All year", &lt;SPAN&gt;UNICHAR(10))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(Station[Station]; CONCATENATE("All stations", &lt;SPAN&gt;UNICHAR(10))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SELECTEDVALUE(mutations[reknr];"All GL's")&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jun 2020 10:56:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1175960#M18264</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-06-23T10:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selectedvalue multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1176216#M18265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81077" data-lia-user-login="Pragati11" class="lia-mention lia-mention-user"&gt;Pragati11&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the dax, but unfortunately it only shows below eachother when I don't click a filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I've updated the dax with below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;SV = &lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;CONCATENATE((SELECTEDVALUE(Datum[Year];"All year"));UNICHAR(10)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;CONCATENATE((SELECTEDVALUE(Station[Station];"All stations"));UNICHAR(10)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;CONCATENATE((SELECTEDVALUE(mutations[reknr];"All GL's"));UNICHAR(10))&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;but then I got&lt;BR /&gt;&lt;EM&gt;All year&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;All stations All GL's&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;or when I use a filter.&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;2020&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Amsterdam 8000&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jun 2020 11:11:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1176216#M18265</guid>
      <dc:creator>PatrickVeldt</dc:creator>
      <dc:date>2020-06-23T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selectedvalue multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1176361#M18270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="198271" data-lia-user-login="PatrickVeldt" class="lia-mention lia-mention-user"&gt;PatrickVeldt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try using CONCATENATEX in place of CONCATENATE.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Pragati&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jun 2020 11:58:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1176361#M18270</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-06-23T11:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selectedvalue multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1176377#M18271</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81077" data-lia-user-login="Pragati11" class="lia-mention lia-mention-user"&gt;Pragati11&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, the first solution didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I removed it from the card and used it again, then it works&amp;nbsp;apparently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patrick.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 12:04:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-multiple-filters/m-p/1176377#M18271</guid>
      <dc:creator>PatrickVeldt</dc:creator>
      <dc:date>2020-06-23T12:04:22Z</dc:date>
    </item>
  </channel>
</rss>

