Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
66 | |
66 | |
48 | |
30 |