Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
10 | |
7 | |
6 | |
6 |
User | Count |
---|---|
30 | |
11 | |
11 | |
10 | |
6 |