Forum Discussion
tryingnewtools
8 years agoRegular Visitor
Closest future date in another table
Hi, I am am trying to get the closest future date from one table, based on the dates in another table. I have 2 tables: Prices: which has a continuous list of dates Fundament...
- 8 years ago
Got it to work by creating a unique quarter identifier for each table.
Then used LOOKUPVALUE('Fundamental'[Quarter], 'Fundamental'[Quarter Identifer], 'Prices'[Quarter Identifier])
Probably not the greatest solution...but works...
tryingnewtools
8 years agoRegular Visitor
Got it to work by creating a unique quarter identifier for each table.
Then used LOOKUPVALUE('Fundamental'[Quarter], 'Fundamental'[Quarter Identifer], 'Prices'[Quarter Identifier])
Probably not the greatest solution...but works...