Forum Discussion
pbi_rafal
3 years agoFrequent Visitor
Connection between different dates
Hi,
I have two data sets, where the main one is refreshed every day and the 2nd one is based on the user's ad hoc intervention. To connect two data sets together I've created Reporting_Date table with distinct reporting_dates. Now I would like to create Manual_Date column where I assigned for each reporting date relavant manual input date. Can you help me with the DAX formula to receive Manual_Date column? Manual Input date should be equal or higher than Reporting_Date but also we should take into account that we need to take the most recent one (if exist)
Thanks
Hi pbi_rafal ,
From what I can understand the first two table are is your initial input try the following steps:
Power query:
- Do a new table with a merge of both table by date
- Expand the column Manual Input
- Fill down
1.
2.
3.
2 Replies
- pbi_rafalFrequent Visitor
Brilliant solution! Thanks Miguel!