Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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 onwards, I would like to repeat the data from 2019 for each missing year up to the current year (copy the data with new datetime). So, a copy of the data from 2019 for 2020, 2021... 2023. Is it possible with a DAX expression or SQL query?
See in the screenshot, f_statbel_vat_time_sk is the date column, so I would like to repeat all the other data (except for the Id columns).
Thank you in advance.
Hi @Atemp,
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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
87 | |
82 | |
71 | |
49 |
User | Count |
---|---|
143 | |
123 | |
107 | |
61 | |
55 |