<?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: Back to Basics - Calendar table with fact table and measures to sum values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Back-to-Basics-Calendar-table-with-fact-table-and-measures-to/m-p/4008020#M157174</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;I made simple samples and you can check the results below. You can try to put your measure into a card visual or you can use the following expression:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 2 = SUMX(ALLSELECTED('Table'),[Value])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;An attachment for your reference. Hope it helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Community Support Team_ Scott Chang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 02:12:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-25T02:12:36Z</dc:date>
    <item>
      <title>Back to Basics - Calendar table with fact table and measures to sum values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Back-to-Basics-Calendar-table-with-fact-table-and-measures-to/m-p/4007730#M157062</link>
      <description>&lt;P&gt;I am still getting my head wrapped around measures, but if I undersnad correctly, if you have a calendar table linked to a fact table (Contains a date, and a number), you can create a table visual with at the calendar table date and the number column from the fact table (Say Lbs produced), then selections made in the date slicer (again, pointed to the Calendar table), the table visual will show the matching data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, you can make a measure that will sum the value of the number column based on the displayed rows in the table visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have succeeded in the first, the second, a meaure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M_LbsProdcuedPerMonth =&lt;/SPAN&gt; &lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;vwFactProdShipComparison&lt;/SPAN&gt;&lt;SPAN&gt;[producedLbs]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Seems to show the Lbs produced for the day in the month instead of the sum of lbs for the selected records:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am after a measure that will show the sum at the bottom:&amp;nbsp;7048129.44&lt;/P&gt;&lt;P&gt;I know it's something dumb. Please enlighten me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jun 2024 20:59:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Back-to-Basics-Calendar-table-with-fact-table-and-measures-to/m-p/4007730#M157062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-24T20:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Basics - Calendar table with fact table and measures to sum values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Back-to-Basics-Calendar-table-with-fact-table-and-measures-to/m-p/4008020#M157174</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;I made simple samples and you can check the results below. You can try to put your measure into a card visual or you can use the following expression:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 2 = SUMX(ALLSELECTED('Table'),[Value])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;An attachment for your reference. Hope it helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Community Support Team_ Scott Chang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 02:12:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Back-to-Basics-Calendar-table-with-fact-table-and-measures-to/m-p/4008020#M157174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-25T02:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Back to Basics - Calendar table with fact table and measures to sum values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Back-to-Basics-Calendar-table-with-fact-table-and-measures-to/m-p/4009011#M157434</link>
      <description>&lt;P&gt;Sweet!&lt;/P&gt;&lt;P&gt;Thank you very Much!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 11:38:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Back-to-Basics-Calendar-table-with-fact-table-and-measures-to/m-p/4009011#M157434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-25T11:38:03Z</dc:date>
    </item>
  </channel>
</rss>

