<?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: Summarize table with another column of another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174213#M114530</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No.&amp;nbsp;&lt;BR /&gt;place it before FILTER as a seperate argument of CALCULATE&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 15:31:51 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-04-05T15:31:51Z</dc:date>
    <item>
      <title>Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173246#M114471</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have this Dax formula :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This DAX formula make a group by column with two columne of my date table named "Date_IN_OUT" especially with "Semaine entreprise" column which is&amp;nbsp; the Compagny Week which take value like "2023-01"&amp;nbsp; and the two metric choose for this group by are a two sum based on different filter of my fact table "Data".&lt;BR /&gt;&lt;BR /&gt;Now I want to group by on another column but this column isn't in my Date table but with my fact table and I don't how I can make that.&amp;nbsp;&lt;BR /&gt;Note that my fact table and date table are link with ther column :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;and this summarize table which I made are link with my fact table like this :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me please.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 08:02:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173246#M114471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-05T08:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173320#M114476</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 08:40:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173320#M114476</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-04-05T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173445#M114483</link>
      <description>&lt;P&gt;Sorry for this forget, so currently I have this table after the DAX function :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Compagny&lt;/P&gt;&lt;P&gt;Week&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;IN&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;OUT&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;In&lt;/P&gt;&lt;P&gt;progress&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Compagny&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Number&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2008-05&lt;/TD&gt;&lt;TD&gt;517&lt;/TD&gt;&lt;TD&gt;-4&lt;/TD&gt;&lt;TD&gt;2008&lt;/TD&gt;&lt;TD&gt;517&lt;/TD&gt;&lt;TD&gt;2008-M01&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2008-06&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;-153&lt;/TD&gt;&lt;TD&gt;2008&lt;/TD&gt;&lt;TD&gt;151&lt;/TD&gt;&lt;TD&gt;2008-M02&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I want to have this table:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Compagny&lt;/P&gt;&lt;P&gt;week&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;IN&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;OUT&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;In&lt;/P&gt;&lt;P&gt;Progress&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Compagny&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;number&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Shop&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2008-05&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;TD&gt;-2&lt;/TD&gt;&lt;TD&gt;2008&lt;/TD&gt;&lt;TD&gt;498&lt;/TD&gt;&lt;TD&gt;2008-M01&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Mag1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2008-06&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-100&lt;/TD&gt;&lt;TD&gt;2008&lt;/TD&gt;&lt;TD&gt;-99&lt;/TD&gt;&lt;TD&gt;2008-M01&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Mag1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2008-05&lt;/TD&gt;&lt;TD&gt;17&lt;/TD&gt;&lt;TD&gt;-2&lt;/TD&gt;&lt;TD&gt;2008&lt;/TD&gt;&lt;TD&gt;-15&lt;/TD&gt;&lt;TD&gt;2008-M01&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Mag2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2008-06&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-53&lt;/TD&gt;&lt;TD&gt;2008&lt;/TD&gt;&lt;TD&gt;-52&lt;/TD&gt;&lt;TD&gt;2008-M01&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Mag2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;The problem is the Shop column is in my fact table "Data" and my summarize function is based on my date table.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 09:37:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173445#M114483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-05T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173526#M114484</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;You can summarize 'Data' instead of 'Date_In_Out'. That would give you access to the columns of both tables.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 10:08:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173526#M114484</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-05T10:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173809#M114497</link>
      <description>&lt;P&gt;Thanks for your response, it's work but partially the value for the result isn't good :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The number of IN are the same for each shop it's obviously a problem in my measure for calculate the number of IN and OUT but I cannot find it.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 12:39:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173809#M114497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-05T12:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173900#M114506</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you delete FILTER ( ALLSELECTED ( DATA ) ) part what do tou get?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:05:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173900#M114506</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-05T13:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173920#M114508</link>
      <description>&lt;P&gt;It's give me well number for the IN column but for the OUT column it's not good&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:11:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3173920#M114508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-05T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174049#M114514</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For OUT add CROSSFILTER ( 'Table'[IN Date], 'Date'[Date], NONE )&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 14:15:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174049#M114514</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-05T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174093#M114521</link>
      <description>&lt;P&gt;Where I add this functon in OUT column ?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 14:36:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174093#M114521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-05T14:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174213#M114530</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No.&amp;nbsp;&lt;BR /&gt;place it before FILTER as a seperate argument of CALCULATE&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 15:31:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174213#M114530</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-05T15:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174223#M114532</link>
      <description>&lt;P&gt;It doesn't work&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&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;</description>
      <pubDate>Wed, 05 Apr 2023 15:39:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3174223#M114532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-05T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3175158#M114594</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Entrée/Sortie =
VAR lastDataWeek =
    MAX ( Data[#Semaine de mesure] )
RETURN
    SUMMARIZE (
        'Data',
        'Date_IN_OUT'[Semaine Entreprise],
        'Date_IN_OUT'[Mois Entreprise],
        'Data'[#Nom complet magasin],
        "Entrée",
            SUMX (
                FILTER (
                    Data,
                    Data[#Semaine entrée] = 'Date_IN_OUT'[Semaine Entreprise]
                        &amp;amp;&amp;amp; Data[#Semaine de mesure] = lastDataWeek
                ),
                Data[#Nombre entrée]
            ),
        "Sortie",
            SUMX (
                FILTER (
                    Data,
                    Data[#Semaine sortie] = 'Date_IN_OUT'[Semaine Entreprise]
                        &amp;amp;&amp;amp; Data[#Semaine de mesure] = lastDataWeek
                ),
                Data[#Nombre sortie]
            )
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 Apr 2023 04:03:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3175158#M114594</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-06T04:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3175338#M114608</link>
      <description>&lt;P&gt;It's not the well result.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;May be we must place a REMOVEFILTER or KEEPFILTER function ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 06:53:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3175338#M114608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-06T06:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize table with another column of another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3183368#M115153</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Do you have a solution please ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 07:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-table-with-another-column-of-another-table/m-p/3183368#M115153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-12T07:01:42Z</dc:date>
    </item>
  </channel>
</rss>

