<?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: How request in DAX a model based on historical value changes to follow the variations in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-request-in-DAX-a-model-based-on-historical-value-changes-to/m-p/4242071#M167939</link>
    <description>&lt;P&gt;Power BI has no memory . You need to manage your snapshots in the upstream system (in your case the JSON responses from your API calls to JIRA), and then either import all snapshots or do your own delta/CDC processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2024 23:35:44 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-10-14T23:35:44Z</dc:date>
    <item>
      <title>How request in DAX a model based on historical value changes to follow the variations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-request-in-DAX-a-model-based-on-historical-value-changes-to/m-p/4242038#M167936</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I created a table containing an extract of JIRA tickets story points&lt;/P&gt;&lt;P&gt;I want to launch every date an update for adding new tickets or the old tickets updated like :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;01.01 / ticket_1 / 20&amp;nbsp;&lt;/P&gt;&lt;P&gt;01.01 / ticket_2 / 10&lt;/P&gt;&lt;P&gt;01.01 / ticket_3 / 10&lt;/P&gt;&lt;P&gt;01.02 / ticket_4 / 10&lt;/P&gt;&lt;P&gt;01.02 / ticket_1 / 5&lt;/P&gt;&lt;P&gt;01.03 / ticket_5 / 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to get a visual showing the total of the story points by day (daily extraction)&lt;/P&gt;&lt;P&gt;01.01 /&amp;nbsp; 40 (20+10+10)&lt;/P&gt;&lt;P&gt;01.02 /&amp;nbsp; 35 (5+10+10+10) =&amp;gt; I add the ticket_1 last value to the other tickets not updated on 01.02&lt;/P&gt;&lt;P&gt;01.03 /&amp;nbsp; 38 (5+10+10+10 + 3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How create a&amp;nbsp; table with the dates in rows, that have the hability to calculate the sum of all the story points from the daily extraction , being capable to get the last value of a ticket on the date corresponding to the row to aggrage correctly all the values ?&lt;/P&gt;&lt;P&gt;I don't want to duplicate each day all the JIRA tickets, I want just to get the dialy changes to reconstruct the story point backlog each day and be able to see the evolution on a whole year, for sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there some tips to know ? is it a data pattern known?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in avance for your help&lt;/P&gt;&lt;P&gt;Agnes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 22:12:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-request-in-DAX-a-model-based-on-historical-value-changes-to/m-p/4242038#M167936</guid>
      <dc:creator>Agnes_BOURLON</dc:creator>
      <dc:date>2024-10-14T22:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How request in DAX a model based on historical value changes to follow the variations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-request-in-DAX-a-model-based-on-historical-value-changes-to/m-p/4242071#M167939</link>
      <description>&lt;P&gt;Power BI has no memory . You need to manage your snapshots in the upstream system (in your case the JSON responses from your API calls to JIRA), and then either import all snapshots or do your own delta/CDC processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 23:35:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-request-in-DAX-a-model-based-on-historical-value-changes-to/m-p/4242071#M167939</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-10-14T23:35:44Z</dc:date>
    </item>
  </channel>
</rss>

