<?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: Help with DAX when Multiple measures are used in Matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4360172#M173086</link>
    <description>&lt;P&gt;To fix the issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Review Your Measures: Ensure they respect filter context. Avoid using ALL or REMOVEFILTERS unless needed.&lt;/P&gt;&lt;P&gt;Example:Measure = CALCULATE( COUNT(Cases[CaseID]), FILTER(Cases, Cases[Team] = "App Team") )&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check Visual Interactions: Ensure the Matrix and Table visuals are set to interact. Go to Format &amp;gt; Edit Interactions and verify the filter icon is active.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Test Measures: Use simpler measures to check if filtering work:&amp;nbsp; Measure = COUNT(Cases[CaseID])&lt;BR /&gt;If the issue persists, recheck the relationships in your data model to ensure proper filtering propagation.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Sun, 12 Jan 2025 13:32:50 GMT</pubDate>
    <dc:creator>rohit1991</dc:creator>
    <dc:date>2025-01-12T13:32:50Z</dc:date>
    <item>
      <title>Help with DAX when Multiple measures are used in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4358593#M173039</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;This is very easy &amp;amp; silly DAX mistake I am doing, new to DAX so need your help to acheive the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attaching my sample pbix file here&amp;nbsp;&lt;A title="Power BI Sample" href="https://drive.google.com/file/d/1I0NOlrF5qGXM1SRrr1yWHE-XwM1U8Dow/view?usp=drive_link" target="_blank" rel="noopener"&gt;PowerBi Sample&lt;/A&gt;&amp;nbsp;. If you see there &amp;nbsp;I have a matrix visual where i have used multiple measures to calculate the count of cases on few conditions.&amp;nbsp;&lt;BR /&gt;Issue is when i click onany of the columns value belos printed table doesn't filter it properly. It is showing total row values.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want if i click on App team's implementation value, Table also show only those lines.&lt;BR /&gt;&lt;BR /&gt;Please help me with this asap. Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 10:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4358593#M173039</guid>
      <dc:creator>sh_Himanshu</dc:creator>
      <dc:date>2025-01-10T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX when Multiple measures are used in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4358607#M173040</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 10:28:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4358607#M173040</guid>
      <dc:creator>sh_Himanshu</dc:creator>
      <dc:date>2025-01-10T10:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX when Multiple measures are used in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4359116#M173055</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="119281" data-lia-user-login="dax" class="lia-mention lia-mention-user"&gt;dax&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 16:02:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4359116#M173055</guid>
      <dc:creator>sh_Himanshu</dc:creator>
      <dc:date>2025-01-10T16:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX when Multiple measures are used in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4359850#M173075</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="873887" data-lia-user-login="sh_Himanshu" class="lia-mention lia-mention-user"&gt;sh_Himanshu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I suggest you to check the TAM table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The "Email" column which is used in the relationship has duplicated values, therefore it can not filter "AppTeam" alone, it will include also the Team_Name with "Other" --&amp;gt;which have the same email of AppTeam.&lt;BR /&gt;Once you have this resolved you should use the TAM[Team_Name] on the columns of a table to segment the values as you need, and the measure proposed here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Team =
CALCULATE(
    COUNT( 'Cases'[Case_Number] ),
    'Cases'[Pending_Code]
        IN {
            "Pending Development",
            "Pending Research"
        }
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps, if so, please mark as solution. Kudos are welcome&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 18:05:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4359850#M173075</guid>
      <dc:creator>pcoley</dc:creator>
      <dc:date>2025-01-11T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX when Multiple measures are used in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4360172#M173086</link>
      <description>&lt;P&gt;To fix the issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Review Your Measures: Ensure they respect filter context. Avoid using ALL or REMOVEFILTERS unless needed.&lt;/P&gt;&lt;P&gt;Example:Measure = CALCULATE( COUNT(Cases[CaseID]), FILTER(Cases, Cases[Team] = "App Team") )&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check Visual Interactions: Ensure the Matrix and Table visuals are set to interact. Go to Format &amp;gt; Edit Interactions and verify the filter icon is active.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Test Measures: Use simpler measures to check if filtering work:&amp;nbsp; Measure = COUNT(Cases[CaseID])&lt;BR /&gt;If the issue persists, recheck the relationships in your data model to ensure proper filtering propagation.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 12 Jan 2025 13:32:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4360172#M173086</guid>
      <dc:creator>rohit1991</dc:creator>
      <dc:date>2025-01-12T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX when Multiple measures are used in Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4361606#M173163</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="842490" data-lia-user-login="pcoley" class="lia-mention lia-mention-user"&gt;pcoley&lt;/a&gt;&amp;nbsp; Thanks for answering. But this is the scenario here. One person assigned to multiple teams to handle different issues as well and most probably that's why I wanted to handle it through FILTER.&lt;BR /&gt;Another thing I think I can't use Team Name under column segment, because depending on Pending_Code we are dividing our data.&lt;BR /&gt;Example : Pending_Development , Pending Research &amp;amp; App Team = APP&lt;BR /&gt;Pending_Development , Pending Research &amp;amp; Non App Team = NON&lt;BR /&gt;Apart from the above combination other Count will be there in third column like "Pending" or belong to some other Teams.&lt;BR /&gt;&lt;BR /&gt;Please help here to create or fulfill that behavior. Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 13:47:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-when-Multiple-measures-are-used-in-Matrix/m-p/4361606#M173163</guid>
      <dc:creator>sh_Himanshu</dc:creator>
      <dc:date>2025-01-13T13:47:59Z</dc:date>
    </item>
  </channel>
</rss>

