<?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: Harvest multiple values from a slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2439709#M65267</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show the full formula you are currently using or related screenshots.&lt;/P&gt;
&lt;P&gt;This will better help me understand the question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 06:17:45 GMT</pubDate>
    <dc:creator>v-easonf-msft</dc:creator>
    <dc:date>2022-04-06T06:17:45Z</dc:date>
    <item>
      <title>Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2430236#M64661</link>
      <description>&lt;P&gt;Hey folks,&lt;/P&gt;&lt;P&gt;I am trying to create a measure that harvests multiple values from a slicer and display on a page title. The formular currently in use is only capable of harvesting 1 value and return "&lt;SPAN&gt;More than a month selected". The formular is as below.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'MTD Forecast'[DateforPreviousYears]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"More than a month selected"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;An ideal solution will show as selected, which will vary from "January, March" to "Quarter 1"&amp;nbsp; as desired (the variable 'DateforPreviousYears" is a Date hierarchy).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Mar 2022 18:25:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2430236#M64661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-31T18:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2433476#M64882</link>
      <description>&lt;P&gt;Instead of SELECTEDVALUE() use FILTERS()&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 23:35:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2433476#M64882</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-04-02T23:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2437898#M65130</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To h&lt;SPAN&gt;arvest multiple values from a slicer, you can try&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;in VALUES('Table'[column])&amp;nbsp;&lt;/STRONG&gt;to replace&amp;nbsp;&lt;STRONG&gt;SELECTEDVALUE('Table'[column])&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;If I misunderstood, please share a sample pbix or relevant screenshots to further clarify your question.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 10:54:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2437898#M65130</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-04-05T10:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2438948#M65206</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;. I think you got it quite right...only a slight difference. The challenge isnt to harvest value..but values. Using the Value DAX command failed to harvest values. When I selected more than 1 variable, the solution crashed.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 19:55:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2438948#M65206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-05T19:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2439709#M65267</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show the full formula you are currently using or related screenshots.&lt;/P&gt;
&lt;P&gt;This will better help me understand the question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 06:17:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2439709#M65267</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-04-06T06:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2440677#M65321</link>
      <description>&lt;P&gt;&lt;STRONG&gt;VALUES&lt;/STRONG&gt; will return a table with all the values selected in a slicer but such a table can't be used directly in a report. A measure must always return a single value with no exceptions. So, to visualize all the values selected in a slicer you have to also use the &lt;STRONG&gt;CONCATENATEX&lt;/STRONG&gt; function over &lt;STRONG&gt;VALUES&lt;/STRONG&gt; to turn the individual rows of the virtual table into a string that can then be displayed.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 12:37:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2440677#M65321</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-04-06T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2441376#M65376</link>
      <description>&lt;P&gt;It works like perfectly&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349489" data-lia-user-login="daXtreme" class="lia-mention lia-mention-user"&gt;daXtreme&lt;/a&gt;&amp;nbsp;. Thanks for that.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:33:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2441376#M65376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-06T17:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest multiple values from a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2441380#M65377</link>
      <description>&lt;P&gt;Apparently&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="192401" data-lia-user-login="v-easonf-msft" class="lia-mention lia-mention-user"&gt;v-easonf-msft&lt;/a&gt;&amp;nbsp;, I need to use the&amp;nbsp;&lt;STRONG&gt;CONCATENATEX&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;function in front of the values function to harvest all the values as advised above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for assistance. Truly appreciate it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:35:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvest-multiple-values-from-a-slicer/m-p/2441380#M65377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-06T17:35:55Z</dc:date>
    </item>
  </channel>
</rss>

