<?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 Harvesting multiple Slicers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvesting-multiple-Slicers/m-p/1543939#M30462</link>
    <description>&lt;P&gt;For a scorecard, I need to weigh some categories based on importance.&amp;nbsp; Said weights must be selectable from a filter based on their category (categories might have different weights).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a table with the weights with the percentages to multiply against and created the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;CAT3 Selection&lt;/P&gt;&lt;P&gt;(((sum(Query1[CAT3 Error]))=blank()),blank(), if(HASONEVALUE('Weighted Percents'[CAT3 Weight]),Values('Weighted Percents'[CAT3 Weight]),0))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAT4 Selection&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF(((sum(Query1[CAT4 Error]))=blank()),blank(), if(HASONEVALUE('Weighted Percents'[CAT4 Weight]),Values('Weighted Percents'[CAT4 Weight]),0))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cat3&amp;nbsp;Weighted Scenario&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;([cat3 Selection]*1)*sum(Query1[cat3 Error])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cat4&amp;nbsp;Weighted Scenario&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;([cat4 Selection]*1)*sum(Query1[cat4 Error])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is this:&amp;nbsp; When I select a slicer, it works, but it also automatically selects the same value on the other slicer.&amp;nbsp; If I edit the interactions between the two slicers, I get a value of 0 in the data unless they are the same.&amp;nbsp; How can I fix this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 10 Dec 2020 21:01:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-10T21:01:55Z</dc:date>
    <item>
      <title>Harvesting multiple Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvesting-multiple-Slicers/m-p/1543939#M30462</link>
      <description>&lt;P&gt;For a scorecard, I need to weigh some categories based on importance.&amp;nbsp; Said weights must be selectable from a filter based on their category (categories might have different weights).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a table with the weights with the percentages to multiply against and created the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;CAT3 Selection&lt;/P&gt;&lt;P&gt;(((sum(Query1[CAT3 Error]))=blank()),blank(), if(HASONEVALUE('Weighted Percents'[CAT3 Weight]),Values('Weighted Percents'[CAT3 Weight]),0))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAT4 Selection&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF(((sum(Query1[CAT4 Error]))=blank()),blank(), if(HASONEVALUE('Weighted Percents'[CAT4 Weight]),Values('Weighted Percents'[CAT4 Weight]),0))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cat3&amp;nbsp;Weighted Scenario&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;([cat3 Selection]*1)*sum(Query1[cat3 Error])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cat4&amp;nbsp;Weighted Scenario&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;([cat4 Selection]*1)*sum(Query1[cat4 Error])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is this:&amp;nbsp; When I select a slicer, it works, but it also automatically selects the same value on the other slicer.&amp;nbsp; If I edit the interactions between the two slicers, I get a value of 0 in the data unless they are the same.&amp;nbsp; How can I fix this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Dec 2020 21:01:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvesting-multiple-Slicers/m-p/1543939#M30462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-10T21:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Harvesting multiple Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvesting-multiple-Slicers/m-p/1547084#M30592</link>
      <description>&lt;P&gt;Slicers must be independent. You can't use one table and one column for many slicers and expect that when you filter one slicer the other will not be filtered. It does not work like that.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 09:41:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Harvesting-multiple-Slicers/m-p/1547084#M30592</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2020-12-13T09:41:24Z</dc:date>
    </item>
  </channel>
</rss>

