<?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: Segmentation in a matrix table that will essentially show double counting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Segmentation-in-a-matrix-table-that-will-essentially-show-double/m-p/4595375#M175977</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 17:41:18 GMT</pubDate>
    <dc:creator>quintans1</dc:creator>
    <dc:date>2025-03-04T17:41:18Z</dc:date>
    <item>
      <title>Segmentation in a matrix table that will essentially show double counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Segmentation-in-a-matrix-table-that-will-essentially-show-double/m-p/4592094#M175864</link>
      <description>&lt;P&gt;I am trying to build a matrix table and tried to build a calculated column for segmentation, but what do I build if I need to see something as its own row essentially double counting? In the table below, Junior exists in both Corporate and Plant, but I would like to see it as its own row in the same matrix table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets say I have data in a table like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But when I build out my matrix table I need this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 01:36:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Segmentation-in-a-matrix-table-that-will-essentially-show-double/m-p/4592094#M175864</guid>
      <dc:creator>quintans1</dc:creator>
      <dc:date>2025-03-03T01:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation in a matrix table that will essentially show double counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Segmentation-in-a-matrix-table-that-will-essentially-show-double/m-p/4592168#M175870</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, 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;&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;&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;A href="https://learn.microsoft.com/en-us/dax/userelationship-function-dax?wt.mc_id=DP-MVP-5004989" target="_blank"&gt;USERELATIONSHIP function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;expected result measure: = 
SWITCH (
    SELECTEDVALUE ( agency[agency] ),
    "junior",
        CALCULATE (
            SUM ( data[revenue] ),
            USERELATIONSHIP ( agency[agency], data[department] )
        ),
    SUM ( data[revenue] )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 04:09:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Segmentation-in-a-matrix-table-that-will-essentially-show-double/m-p/4592168#M175870</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2025-03-03T04:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation in a matrix table that will essentially show double counting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Segmentation-in-a-matrix-table-that-will-essentially-show-double/m-p/4595375#M175977</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 17:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Segmentation-in-a-matrix-table-that-will-essentially-show-double/m-p/4595375#M175977</guid>
      <dc:creator>quintans1</dc:creator>
      <dc:date>2025-03-04T17:41:18Z</dc:date>
    </item>
  </channel>
</rss>

