Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi All,
I have to check for every line if:
1- it is the last status date regarding every FILE (column A)
AND
2- if the status id is F (column C)
in reality, the answers for the attached table are the green lines --> the last status and the status id is F.
thanks in advanced.
Nir.
Solved! Go to Solution.
Hi @nirrobi. Try this as a calculated column:
Column = (TableName[Status Date]=CALCULATE(MAX(TableName[Status Date]), FILTER(ALL(TableName), TableName[File]=EARLIER(TableName[File])))) && (TableName[Status ID]="F")
If you want to color cell backgrounds, you can use Conditional formatting like below.
Best Regards,
Herbert
Hi @nirrobi. Try this as a calculated column:
Column = (TableName[Status Date]=CALCULATE(MAX(TableName[Status Date]), FILTER(ALL(TableName), TableName[File]=EARLIER(TableName[File])))) && (TableName[Status ID]="F")
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 37 | |
| 31 | |
| 27 |