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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
| I need the latest date in "Max Date" column, for a A-E in "Site" column which is "Fully" in "Status" column. In Excel I used IF & MAXIFS. |
Thanks
| Site | Date | Status | Max Date |
| A | 2/8/2019 | Fully | |
| A | 2/11/2019 | Fully | |
| B | 2/9/2019 | N. Fully | |
| B | 2/14/2019 | Fully | |
| B | 2/15/2019 | N. Fully | |
| C | 2/10/2019 | Fully | |
| C | 2/12/2019 | Fully | |
| E | 2/13/2019 | Fully |
Solved! Go to Solution.
@Anonymous
Try this formula
=calculate(max(Table1[Date]),ALLEXCEPT(Table1,Table1[Site]),Table1[Status]="Fully")
@Anonymous
Try this formula
=calculate(max(Table1[Date]),ALLEXCEPT(Table1,Table1[Site]),Table1[Status]="Fully")
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 52 | |
| 41 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 103 | |
| 40 | |
| 33 | |
| 25 |