<?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 How to show two different Measures in a Matrix Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-two-different-Measures-in-a-Matrix-Table/m-p/1464080#M27682</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I'm new to Power BI and DAX expressions. I have a scenario where I need to show two measures M1 and M2 into a Matrix Table. In the Rows I will have 'Segments', in the Column 'Calendar Year/Month' and Values should we have M1 for say Jan 2019 to Nov 2019 months and M2 for Dec 2019. But the challenge is M2 needs to be shown against Dec 2019 but it has values for 2019 Jan to Dec 2019. I have combined both the measures into a new measure and M1 is showing correct values from Jan 2019 to Nov 2019 but M2 in column = Dec 2019 is only showing Dec 2019 values not the cumulative ones.&lt;BR /&gt;I would appreciate your assistance.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tariq&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 18:46:04 GMT</pubDate>
    <dc:creator>ashrat001</dc:creator>
    <dc:date>2020-10-29T18:46:04Z</dc:date>
    <item>
      <title>How to show two different Measures in a Matrix Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-two-different-Measures-in-a-Matrix-Table/m-p/1464080#M27682</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I'm new to Power BI and DAX expressions. I have a scenario where I need to show two measures M1 and M2 into a Matrix Table. In the Rows I will have 'Segments', in the Column 'Calendar Year/Month' and Values should we have M1 for say Jan 2019 to Nov 2019 months and M2 for Dec 2019. But the challenge is M2 needs to be shown against Dec 2019 but it has values for 2019 Jan to Dec 2019. I have combined both the measures into a new measure and M1 is showing correct values from Jan 2019 to Nov 2019 but M2 in column = Dec 2019 is only showing Dec 2019 values not the cumulative ones.&lt;BR /&gt;I would appreciate your assistance.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tariq&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:46:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-two-different-Measures-in-a-Matrix-Table/m-p/1464080#M27682</guid>
      <dc:creator>ashrat001</dc:creator>
      <dc:date>2020-10-29T18:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show two different Measures in a Matrix Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-two-different-Measures-in-a-Matrix-Table/m-p/1464660#M27699</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="267904" data-lia-user-login="ashrat001" class="lia-mention lia-mention-user"&gt;ashrat001&lt;/a&gt; , Not very clear. But seems like you are looking for a Hybrid display.&lt;/P&gt;
&lt;P&gt;Hybrid display with Matrix Column and measure &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/963588#M428" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/963588#M428&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;vote for Hybrid Table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 01:52:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-two-different-Measures-in-a-Matrix-Table/m-p/1464660#M27699</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-30T01:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to show two different Measures in a Matrix Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-two-different-Measures-in-a-Matrix-Table/m-p/1464827#M27701</link>
      <description>&lt;P&gt;think you need a IF in the M2, such as M2=IF(CALCUATE([Total],DATE[YearMonthNumber]&amp;lt;=201911),[Total])&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 02:55:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-two-different-Measures-in-a-Matrix-Table/m-p/1464827#M27701</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-10-30T02:55:10Z</dc:date>
    </item>
  </channel>
</rss>

