Forum Discussion
Agnes_BOURLON
1 year agoFrequent Visitor
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...
- 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.
lbendlin
Super User
1 year agoPower 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.