Forum Discussion
Anonymous
3 years agoNot applicable
Repeat data subset from last active year until current year
Hello, How can I copy data based on a date with a new date up to the current year? I have a dataset with a fixed data structure from 2017 to 2019, and since there is no new data available from 2019 ...
Anonymous
3 years agoNot applicable
Hi Anonymous,
I think Dax formula should be suitable for these requirements. You need to add an if statement to check the current date range does not include match records.
Then you can use current date as variable to get previous date and use this as condition to lookup you table records to look up and summary previous result to display here as correspond records.
If you are confused about coding formula, please share some dummy data to test:
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng