<?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: Matrix with multiple slicers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2412646#M63613</link>
    <description>&lt;P&gt;Thank you for replying Amit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I am missing something. With calculated measure I am able to add/remove selected measures in Matrix as expected. Also in the same way I am able to display dimensions in another Matrix. But issue is both selectied columns from Measures and Dimensions of two slicers,I have to display in the same Matrix. Is there any Dax function I can use to switch between mutiple slicers selection? Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 14:28:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-23T14:28:35Z</dc:date>
    <item>
      <title>Matrix with multiple slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2410700#M63498</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a source with several millions data and columns count also high too. Without using Unpivot (data volume is high) how can I achieve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source with dimensions and measures . I have to display list of dimensions in one slicer and measures in another slicer. As per the selection in both slicers I have to display selected columns in the Matirx. Additional point is user can select multiple selections from the each slicer too .Very intercative dashboard requirement it is.Based on Key column I need to display this data in Matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created two tables one for selected Dimensions and one for Measures.Created calculated measures with Switch and selectedvalue functions.&amp;nbsp; And I tried with different matrix for different slicers. It is working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But both slicers selection result in single Matrix. Is it possible?&amp;nbsp;&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;</description>
      <pubDate>Fri, 25 Mar 2022 17:18:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2410700#M63498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-25T17:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix with multiple slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2411070#M63515</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , replacing and adding of measure is easy, you can use calculation group. of even you can use measure slicer without using calculation group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do not want unpivot then personalization option can help. All others need some some transformation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;measure slicer &lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=b9352Vxuj-M" target="_blank"&gt;https://www.youtube.com/watch?v=b9352Vxuj-M&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern" target="_blank"&gt;https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=vlnx7QUVYME" target="_blank"&gt;https://www.youtube.com/watch?v=vlnx7QUVYME&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;calculation groups&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/blog/marco/2020/07/15/creating-calculation-groups-in-power-bi-desktop/" target="_blank"&gt;https://www.sqlbi.com/blog/marco/2020/07/15/creating-calculation-groups-in-power-bi-desktop/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For axis/row/column refer&lt;/P&gt;
&lt;P&gt;Axis Slicer &lt;BR /&gt;&lt;STRONG&gt;Three approaches from Guyinacube&lt;/STRONG&gt; - &lt;A href="https://www.youtube.com/watch?v=dYmzb5UMkXw" target="_blank"&gt;https://www.youtube.com/watch?v=dYmzb5UMkXw&lt;/A&gt;&lt;BR /&gt;Dynamically change chart axis in Power BI &lt;BR /&gt;bookmark -https://blog.crossjoin.co.uk/2018/04/20/dynamically-changing-a-chart-axis-in-power-bi-using-bookmarks-and-buttons/ &lt;BR /&gt;&lt;A href="https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive" target="_blank"&gt;https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 03:53:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2411070#M63515</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-23T03:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix with multiple slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2412646#M63613</link>
      <description>&lt;P&gt;Thank you for replying Amit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I am missing something. With calculated measure I am able to add/remove selected measures in Matrix as expected. Also in the same way I am able to display dimensions in another Matrix. But issue is both selectied columns from Measures and Dimensions of two slicers,I have to display in the same Matrix. Is there any Dax function I can use to switch between mutiple slicers selection? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 14:28:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2412646#M63613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-23T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix with multiple slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2417508#M63878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new table with a column contains "mesaure1", “measure2”, “measure3, ...ect.&lt;/P&gt;
&lt;P&gt;Use this column as slicer.&lt;/P&gt;
&lt;P&gt;Then create a new measure like:&lt;/P&gt;
&lt;P&gt;Measure =&lt;/P&gt;
&lt;P&gt;SWITCH(selectedvalue('slicer'[measurename]),&lt;/P&gt;
&lt;P&gt;"measure1",[measure1],&lt;/P&gt;
&lt;P&gt;"measure2",[measure2],&lt;/P&gt;
&lt;P&gt;"measure3',[measure3])&lt;/P&gt;
&lt;P&gt;If I misunderstand your meaning, please show some sample data and expected result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 09:49:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-with-multiple-slicers/m-p/2417508#M63878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-25T09:49:30Z</dc:date>
    </item>
  </channel>
</rss>

