<?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 Affecting Only Certain column in a Matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178740#M114863</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please share your sample pbix file's link, and then I can try to look into it.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Apr 2023 06:03:53 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2023-04-09T06:03:53Z</dc:date>
    <item>
      <title>Slicer Affecting Only Certain column in a Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178243#M114808</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; I am running in to a bit of a maze.&amp;nbsp; I am trying to create a matrix where only certain columns are affected by the slicer.&amp;nbsp; For example: If I select previous year (2022), then my first column should change, but 2 column, which is my current year (2023) data shouldn't change.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; Any suggestion would be highly appricated.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 03:25:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178243#M114808</guid>
      <dc:creator>vinayguptak</dc:creator>
      <dc:date>2023-04-08T03:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer Affecting Only Certain column in a Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178276#M114812</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how your datamodel looks like, but I tried to create a sample pbix file like below.&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;I hope the below can provide some ideas on how to create a solution for your datamodel.&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;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Original qty by slicer: = 
CALCULATE ( SUM ( Sales[Qty] ), Category[Category] = "Original" )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Replaced qty in 2022 =
CALCULATE (
    SUM ( Sales[Qty] ),
    Category[Category] = "Replaced",
    'Calendar'[Year] = 2022
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 04:16:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178276#M114812</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2023-04-08T04:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer Affecting Only Certain column in a Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178428#M114839</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;&amp;nbsp;Thank you so much for the suggestion.&amp;nbsp; I have one more question.&amp;nbsp; So the first section which is highlighted in Orange, should change and the 2nd column which is YTD shouldn't change.&lt;/P&gt;&lt;P&gt;Also, the YTD is dynamic year so in 2024, it will display that years data.&amp;nbsp; Can I use MAX(Year) to pull the current year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, both column should if slicer Replacement Reason is selected.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 22:02:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178428#M114839</guid>
      <dc:creator>vinayguptak</dc:creator>
      <dc:date>2023-04-08T22:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer Affecting Only Certain column in a Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178740#M114863</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please share your sample pbix file's link, and then I can try to look into it.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2023 06:03:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178740#M114863</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2023-04-09T06:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer Affecting Only Certain column in a Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178866#M114872</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;&amp;nbsp;Thank you so much for the suggestion and help.&amp;nbsp; I was able to figure out.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 09 Apr 2023 13:57:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Affecting-Only-Certain-column-in-a-Matrix/m-p/3178866#M114872</guid>
      <dc:creator>vinayguptak</dc:creator>
      <dc:date>2023-04-09T13:57:03Z</dc:date>
    </item>
  </channel>
</rss>

