The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |