<?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: Slicer single selection and displaying two options in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-single-selection-and-displaying-two-options/m-p/3074760#M106876</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;. Thank you very much for your help. I tested it out this morning and it helped me a lot!&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 14:23:50 GMT</pubDate>
    <dc:creator>dax_rach</dc:creator>
    <dc:date>2023-02-10T14:23:50Z</dc:date>
    <item>
      <title>Slicer single selection and displaying two options</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-single-selection-and-displaying-two-options/m-p/3072680#M106725</link>
      <description>&lt;P&gt;Hi everyone. Came back just a few days later with a new issue, I am very new to DAX and new issues jsut keep showing up xD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know if it is possible to have a slicer that when I make a single selection, I visualize two value categories, or have a fixed value on every visual and just add the slicer selection. The reason behind this is because I always need to compare "client" against any other competitor (the one I need to select from the slicer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for any help I can get on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 17:32:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-single-selection-and-displaying-two-options/m-p/3072680#M106725</guid>
      <dc:creator>dax_rach</dc:creator>
      <dc:date>2023-02-09T17:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer single selection and displaying two options</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-single-selection-and-displaying-two-options/m-p/3072735#M106730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="509362" data-lia-user-login="dax_rach" class="lia-mention lia-mention-user"&gt;dax_rach&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a single column disconnected table that contains all the categories except "client". This table will be used as a slicer as well as in dax&lt;/P&gt;
&lt;P&gt;a column1 sum measure would be&lt;/P&gt;
&lt;P&gt;VAR T = UNION ( VALUES ( 'SlicerCategory'[Category] ), { "Client" } )&lt;/P&gt;
&lt;P&gt;RETURN&lt;/P&gt;
&lt;P&gt;CALCULATE (&lt;/P&gt;
&lt;P&gt;SUM ( 'Table'[Column1] ),&lt;/P&gt;
&lt;P&gt;KEEPFILTERS (&amp;nbsp;&lt;SPAN&gt;'Table'[Category] IN T )&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 17:57:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-single-selection-and-displaying-two-options/m-p/3072735#M106730</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-09T17:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer single selection and displaying two options</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-single-selection-and-displaying-two-options/m-p/3074760#M106876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;. Thank you very much for your help. I tested it out this morning and it helped me a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 14:23:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-single-selection-and-displaying-two-options/m-p/3074760#M106876</guid>
      <dc:creator>dax_rach</dc:creator>
      <dc:date>2023-02-10T14:23:50Z</dc:date>
    </item>
  </channel>
</rss>

