<?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 Using parameter as slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3802846#M148679</link>
    <description>&lt;P&gt;I’ve created the scatter chat below based on “SIZE” and “SCORE” metrics:&lt;/P&gt;&lt;P&gt;Size = CALCULATE(DIVIDE(SUM((table[Size_number])),COUNTROWS(table)))&lt;/P&gt;&lt;P&gt;Score = SUM(table[New_value])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, I create a parameter (slicer) through the option to considerer 4 measures (Big Bet, Incremental, Money Pit and Quick Win)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Parameter = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Big Bets", NAMEOF('Measure'[BB]), 0),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Incremental", NAMEOF('Measure'[IN]), 1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Money Pit", NAMEOF('Measure'[MP]), 2),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Quick Win", NAMEOF('Measure'[QW]), 3)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;Measures:&lt;/P&gt;&lt;P&gt;BB = IF([Size]&amp;gt;3&amp;amp;&amp;amp;[Score]&amp;gt;72,"Big Bets","")&lt;/P&gt;&lt;P&gt;IN = IF([Size]&amp;lt;=3&amp;amp;&amp;amp;[Score]&amp;lt;=72,"Incremental","")&lt;/P&gt;&lt;P&gt;MP = IF([Size]&amp;gt;3&amp;amp;&amp;amp;[Score]&amp;lt;72,"Money Pit","")&lt;/P&gt;&lt;P&gt;QW = IF([Size]&amp;lt;=3&amp;amp;&amp;amp;[Score]&amp;gt;=72,"Quick Win","")&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At the end, I want to filter the 'INITIATIVE' using a parameter as a slicer. However, I am not sure how to link the parameter to the graph. I believe there might be a missing link between them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any contribution to solve this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2024 18:12:35 GMT</pubDate>
    <dc:creator>enavesca</dc:creator>
    <dc:date>2024-04-01T18:12:35Z</dc:date>
    <item>
      <title>Using parameter as slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3802846#M148679</link>
      <description>&lt;P&gt;I’ve created the scatter chat below based on “SIZE” and “SCORE” metrics:&lt;/P&gt;&lt;P&gt;Size = CALCULATE(DIVIDE(SUM((table[Size_number])),COUNTROWS(table)))&lt;/P&gt;&lt;P&gt;Score = SUM(table[New_value])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, I create a parameter (slicer) through the option to considerer 4 measures (Big Bet, Incremental, Money Pit and Quick Win)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Parameter = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Big Bets", NAMEOF('Measure'[BB]), 0),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Incremental", NAMEOF('Measure'[IN]), 1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Money Pit", NAMEOF('Measure'[MP]), 2),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Quick Win", NAMEOF('Measure'[QW]), 3)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;Measures:&lt;/P&gt;&lt;P&gt;BB = IF([Size]&amp;gt;3&amp;amp;&amp;amp;[Score]&amp;gt;72,"Big Bets","")&lt;/P&gt;&lt;P&gt;IN = IF([Size]&amp;lt;=3&amp;amp;&amp;amp;[Score]&amp;lt;=72,"Incremental","")&lt;/P&gt;&lt;P&gt;MP = IF([Size]&amp;gt;3&amp;amp;&amp;amp;[Score]&amp;lt;72,"Money Pit","")&lt;/P&gt;&lt;P&gt;QW = IF([Size]&amp;lt;=3&amp;amp;&amp;amp;[Score]&amp;gt;=72,"Quick Win","")&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At the end, I want to filter the 'INITIATIVE' using a parameter as a slicer. However, I am not sure how to link the parameter to the graph. I believe there might be a missing link between them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any contribution to solve this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 18:12:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3802846#M148679</guid>
      <dc:creator>enavesca</dc:creator>
      <dc:date>2024-04-01T18:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using parameter as slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3803036#M148694</link>
      <description>&lt;P&gt;Those seem to be unrelated things. Your quadrants should always be present on the chart, so your filter would be more like a highlighter?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 20:50:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3803036#M148694</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-01T20:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using parameter as slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3803444#M148709</link>
      <description>&lt;P&gt;you are right. The quadrants will be always there, however, I want to present only those selected from the slicer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 03:01:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3803444#M148709</guid>
      <dc:creator>enavesca</dc:creator>
      <dc:date>2024-04-02T03:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using parameter as slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3805791#M148810</link>
      <description>&lt;P&gt;Go with the highlighter, don't waste your time on the filter.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 19:39:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-parameter-as-slicer/m-p/3805791#M148810</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-02T19:39:32Z</dc:date>
    </item>
  </channel>
</rss>

