<?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: How to retrieve a slicer selection into another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1529197#M29971</link>
    <description>&lt;P&gt;Of course, there is. Just use the ISFILTERED function.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2020 16:05:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-02T16:05:48Z</dc:date>
    <item>
      <title>How to retrieve a slicer selection into another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1528744#M29960</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I'm trying to achieve this with Dax but still no success,&lt;BR /&gt;My powerBI report has a table with a list of employees,&lt;BR /&gt;and two additional columns of products allocated for each employee.&lt;BR /&gt;In each row, the user has to choose between two products for the particular employee: Product A or Product B,&lt;BR /&gt;and since the two products have different prices, the bottom total should change accordingly.&lt;BR /&gt;unfortunately, the powerBI table visual has no such feature as a row-level checkbox, so I'm looking for a workaround here.&lt;BR /&gt;I thought maybe to bring the employee unique list in a separate table,&lt;BR /&gt;then build a slicer with checkboxes over it, and write a new measure in the main table that taking ProductB instead of ProductaA whenever the employeeID checkbox is ticked.&lt;BR /&gt;here is the desired result, can someone lead me on how to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 12:36:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1528744#M29960</guid>
      <dc:creator>Adidas</dc:creator>
      <dc:date>2020-12-02T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a slicer selection into another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1528876#M29964</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="147374" data-lia-user-login="Adidas" class="lia-mention lia-mention-user"&gt;Adidas&lt;/a&gt; , Not very clear to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;measure = &lt;BR /&gt;var _prd = allselected(product[product])&lt;BR /&gt;return &lt;BR /&gt;calculate(countrows(employee) , filter(employee, employee[product] in _prd))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or try to use treatas&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/treatas-function" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/treatas-function&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 13:56:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1528876#M29964</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-02T13:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a slicer selection into another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1528951#M29968</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;the measure is working great!&lt;BR /&gt;however, is there a way to avoid the typical behavior of a power bi slicer&lt;BR /&gt;that "no selection" means "all selections"?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 14:33:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1528951#M29968</guid>
      <dc:creator>Adidas</dc:creator>
      <dc:date>2020-12-02T14:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a slicer selection into another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1529197#M29971</link>
      <description>&lt;P&gt;Of course, there is. Just use the ISFILTERED function.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 16:05:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1529197#M29971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-02T16:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve a slicer selection into another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1529214#M29973</link>
      <description>&lt;P&gt;Thank you all!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 16:13:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-retrieve-a-slicer-selection-into-another-table/m-p/1529214#M29973</guid>
      <dc:creator>Adidas</dc:creator>
      <dc:date>2020-12-02T16:13:31Z</dc:date>
    </item>
  </channel>
</rss>

