Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All!
Need help.
I want to get the last date from two tables based on a condition. Here is an example:
| per Amort | |
| DUEDATE | Amort |
| 11/16/2018 | 925,000.00 |
| 02/16/2019 | 809,375.00 |
| 05/16/2019 | 693,750.00 |
| 08/16/2019 | 578,125.00 |
| per GL | |
| GL DATE | GL |
| 11/21/2018 | 925,000.00 |
| 02/19/2019 | 809,375.00 |
| 05/17/2019 | 693,750.00 |
| 09/20/2019 | 668,189.53 |
So I have two tables namely per Amort and per GL, now I need to get the DueDate and the GL Date where the Amort is more than or equal the GL which is in this case it is 05/16/2019 and 05/17/2019, respectively.
I tried using the dax formula below but it resulted me to 09/20/2019 instead of 05/17/2019:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 9 | |
| 7 | |
| 6 |