Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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")
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 71 | |
| 38 | |
| 29 | |
| 27 |