Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
nirrobi
Helper V
Helper V

Check for 2 condition for every line

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.

 

 

HELP.GIF

1 ACCEPTED SOLUTION
KGrice
Memorable Member
Memorable Member

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")

 

StatusIsF.PNG

View solution in original post

2 REPLIES 2
v-haibl-msft
Microsoft Employee
Microsoft Employee

@nirrobi

 

If you want to color cell backgrounds, you can use Conditional formatting like below.

Check for 2 condition for every line_1.jpg

 

Best Regards,

Herbert

KGrice
Memorable Member
Memorable Member

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")

 

StatusIsF.PNG

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.