Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
Fundamentals: which has a list of dates by quarter
What calculation can I do to return the closest future quarter, based on the date in the price table (i.e., the row with "2/1/2000" in the price table, should return (3/31/2000) from the fundamental table
Thank you
Solved! Go to Solution.
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...
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...
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 41 | |
| 20 | |
| 18 |