<?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: Sum values on same date (different tables) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2206006#M51912</link>
    <description>&lt;P&gt;You can always create a measure that does that!&lt;/P&gt;&lt;P&gt;Aggregate =&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;SUM('TableA'[Sales]) +&amp;nbsp;SUM('TableB'[Sales])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There you have it- a measure with one number to rule them all.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Nov 2021 14:21:36 GMT</pubDate>
    <dc:creator>rbriga</dc:creator>
    <dc:date>2021-11-24T14:21:36Z</dc:date>
    <item>
      <title>Sum values on same date (different tables)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205257#M51866</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask you something. Can someone help me out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made those two graphics using different tables.&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;I would like to sum the values of the same date. So for example: 3835 + 73800 = 77635.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me how I can sum the values where the date is equal?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably important to know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I used count(table[kolom]) to get the amount in both graphics&lt;/P&gt;&lt;P&gt;- I already tried to make a join between the two tables on date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 08:10:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205257#M51866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-24T08:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values on same date (different tables)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205270#M51869</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;Do you have a date table to connect both tables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 08:20:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205270#M51869</guid>
      <dc:creator>jppv20</dc:creator>
      <dc:date>2021-11-24T08:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values on same date (different tables)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205365#M51875</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="262173" data-lia-user-login="jppv20" class="lia-mention lia-mention-user"&gt;jppv20&lt;/a&gt;&amp;nbsp;is right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have a calendar table that each of these fact tables can connect to (best practice),&lt;/P&gt;&lt;P&gt;a measure such as Total = SUM('TableA'[Sales]) +&amp;nbsp;SUM('TableB'[Sales])&lt;/P&gt;&lt;P&gt;will work perfectly, assuming your visual uses the year\ month\ dates from the&amp;nbsp;&lt;EM&gt;calendar&amp;nbsp;&lt;/EM&gt;table.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 09:00:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205365#M51875</guid>
      <dc:creator>rbriga</dc:creator>
      <dc:date>2021-11-24T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values on same date (different tables)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205617#M51887</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="262173" data-lia-user-login="jppv20" class="lia-mention lia-mention-user"&gt;jppv20&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just create a date table and joined both tables with this table. It worked! So now it is possible to but them both in the visual.&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;I am wondering if I can also use DAX to make a measure. So I will not see dark blue and light blue, but just one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can manipulate this as wel with 'Formatting', but I would like to do this on a correct way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:54:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2205617#M51887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-24T10:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values on same date (different tables)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2206006#M51912</link>
      <description>&lt;P&gt;You can always create a measure that does that!&lt;/P&gt;&lt;P&gt;Aggregate =&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;SUM('TableA'[Sales]) +&amp;nbsp;SUM('TableB'[Sales])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There you have it- a measure with one number to rule them all.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 14:21:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-values-on-same-date-different-tables/m-p/2206006#M51912</guid>
      <dc:creator>rbriga</dc:creator>
      <dc:date>2021-11-24T14:21:36Z</dc:date>
    </item>
  </channel>
</rss>

