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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
nlakshmi
Frequent Visitor

Conditional Measure using a Measure

Hello,

 

I need help to create a conditional measure using the value in the Quality OK column. In the table below, the Quality OK is a measure created using a condition on a status column in the source table. Now, I need to create a new measure that will show the Max date, if Quality OK is not blank and show "None", if there is a value in the Quality OK column.

 

CarrierLegContainer IDQuality OKClearedMin DateMax Date
Mediterranean Shipping CoUS - TH68965410537/30/202212/16/2022
Mediterranean Shipping CoUS - TH693315 128/26/202212/26/2022
MaerskUS - SL693650 348/27/202212/16/2022
MaerskUS - TH2022694210/6/202212/16/2022
MaerskUS - TH202269 510/7/202210/27/2022
COSCO GroupUS - SL2023703 1/13/20232/9/2023

 

Thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @nlakshmi ,

I have created a simple sample, please refer to it to see if it  helps you.

Create a measure.

Measure = IF([QUALITY OKK]=BLANK(),BLANK(),MAX('Table'[Max Date]))

vpollymsft_0-1675992779788.png

If I have misunderstood the meaning, please provide more details with your desired output.

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @nlakshmi ,

I have created a simple sample, please refer to it to see if it  helps you.

Create a measure.

Measure = IF([QUALITY OKK]=BLANK(),BLANK(),MAX('Table'[Max Date]))

vpollymsft_0-1675992779788.png

If I have misunderstood the meaning, please provide more details with your desired output.

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.