Forum Discussion

Agnes_BOURLON's avatar
Agnes_BOURLON
Frequent Visitor
1 year ago
Solved

How request in DAX a model based on historical value changes to follow the variations

Hi I created a table containing an extract of JIRA tickets story points I want to launch every date an update for adding new tickets or the old tickets updated like :    01.01 / ticket_1 / 20  0...
  • lbendlin's avatar
    1 year ago

    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.