<?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 Line Graph Resetting per Day in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2474690#M67521</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked into this and can't find a suitable solution for my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a line graph on my project which shows "Total Tonnage". Once we recorded the first day for the data, the tonnage was fine, but going into the second day I realised it only recorded what was on that day instead of keeping a consistent line across with the tonnage. Can somebody help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of the issue.&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>Mon, 25 Apr 2022 10:37:31 GMT</pubDate>
    <dc:creator>alex9999</dc:creator>
    <dc:date>2022-04-25T10:37:31Z</dc:date>
    <item>
      <title>Line Graph Resetting per Day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2474690#M67521</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked into this and can't find a suitable solution for my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a line graph on my project which shows "Total Tonnage". Once we recorded the first day for the data, the tonnage was fine, but going into the second day I realised it only recorded what was on that day instead of keeping a consistent line across with the tonnage. Can somebody help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of the issue.&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>Mon, 25 Apr 2022 10:37:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2474690#M67521</guid>
      <dc:creator>alex9999</dc:creator>
      <dc:date>2022-04-25T10:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph Resetting per Day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2475291#M67567</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Total tonnage =
var maxDate = MAX('Date'[Date])
return CALCULATE( SUM('Table'[Tonnage]), REMOVEFILTERS('Date'), 'Date'[Date] &amp;lt;= maxDate )&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:50:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2475291#M67567</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-04-25T14:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph Resetting per Day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2479716#M67823</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Unfortunately the DAX measure has the same output as before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 07:50:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2479716#M67823</guid>
      <dc:creator>alex9999</dc:creator>
      <dc:date>2022-04-27T07:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph Resetting per Day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2479898#M67828</link>
      <description>&lt;P&gt;Are you sure you are removing filters from the entire Date table rather than a specific column ? When working with dates on visuals it is common for sort by columns to be added behind the scenes, and these would therefore be added to the filter context.&lt;/P&gt;&lt;P&gt;You can see exactly what is being included by using Performance Analyzer to get a copy of the generated code and examine it in DAX Studio&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 08:58:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Graph-Resetting-per-Day/m-p/2479898#M67828</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-04-27T08:58:35Z</dc:date>
    </item>
  </channel>
</rss>

