<?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: Display total of sum per year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144091#M49308</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesnt seem to accept the suggested solution. I think the FACT DAX doesnt work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&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;</description>
    <pubDate>Tue, 19 Oct 2021 20:42:58 GMT</pubDate>
    <dc:creator>GA1993</dc:creator>
    <dc:date>2021-10-19T20:42:58Z</dc:date>
    <item>
      <title>Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144025#M49304</link>
      <description>&lt;P&gt;Hi, I would like to display the values as SUM of TOTAL PER YEAR as listed on the EXPECTED column below..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How do I do this correctly because on my graph that I have been developing it is displaying as the Total Allotted instead of the EXPECTED..&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 have been experimenting with formulas but no luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 20:02:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144025#M49304</guid>
      <dc:creator>GA1993</dc:creator>
      <dc:date>2021-10-19T20:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144036#M49306</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307062" data-lia-user-login="GA1993" class="lia-mention lia-mention-user"&gt;GA1993&lt;/a&gt;&amp;nbsp; try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure:= calculate(sum(tbl[TotalAllotted]),allexcept(tbl,tbl[year]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 20:51:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144036#M49306</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-10-19T20:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144091#M49308</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesnt seem to accept the suggested solution. I think the FACT DAX doesnt work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&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;</description>
      <pubDate>Tue, 19 Oct 2021 20:42:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144091#M49308</guid>
      <dc:creator>GA1993</dc:creator>
      <dc:date>2021-10-19T20:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144110#M49309</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307062" data-lia-user-login="GA1993" class="lia-mention lia-mention-user"&gt;GA1993&lt;/a&gt;&amp;nbsp; Fact is the name of the table. Edited, try again.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 20:52:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144110#M49309</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-10-19T20:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144122#M49310</link>
      <description>&lt;P&gt;Is there a reason why the Year is not acccepted? I have made the relationship between the MP Engine and Date so Im not sure where the issue is &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&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;</description>
      <pubDate>Tue, 19 Oct 2021 21:03:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144122#M49310</guid>
      <dc:creator>GA1993</dc:creator>
      <dc:date>2021-10-19T21:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144132#M49311</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307062" data-lia-user-login="GA1993" class="lia-mention lia-mention-user"&gt;GA1993&lt;/a&gt;&amp;nbsp; what does the error say?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 21:07:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144132#M49311</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-10-19T21:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144171#M49314</link>
      <description>&lt;P&gt;It says it cannot find the name Year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But this is my Date table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 21:29:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144171#M49314</guid>
      <dc:creator>GA1993</dc:creator>
      <dc:date>2021-10-19T21:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144175#M49315</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307062" data-lia-user-login="GA1993" class="lia-mention lia-mention-user"&gt;GA1993&lt;/a&gt;&amp;nbsp; use a Date table, and not date hierarchy. You can find plenty of examples in this forum &amp;amp; / web about DAX Date table.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 21:32:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/2144175#M49315</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-10-19T21:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display total of sum per year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/3089749#M108183</link>
      <description>&lt;P&gt;try:&lt;BR /&gt;'Date'[Date].[Year]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 08:14:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-total-of-sum-per-year/m-p/3089749#M108183</guid>
      <dc:creator>mervemalli</dc:creator>
      <dc:date>2023-02-21T08:14:09Z</dc:date>
    </item>
  </channel>
</rss>

