Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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")
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
43 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
27 |