Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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:
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |