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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
DMB90
Frequent Visitor

Expression For If Not and If It Is

Hi,

 

I am trying to build a measure that says:

 

If column A does not say "No Population" then look and see if column B says "Complete" and if both are true then say "Ready for Review" and if not then pull whatever else is in Column B.

1 ACCEPTED SOLUTION

4 REPLIES 4
DMB90
Frequent Visitor

Sorry, I meant if it's NOT "No Population" and the other column says "Complete" then follow the previous statements.

@DMB90  ok try this

 

ddpl_0-1659498286596.png

 

ddpl
Solution Sage
Solution Sage

@DMB90 

Try this

ddpl_0-1659417534302.png

 if its work please accept as solution.

amitchandak
Super User
Super User

@DMB90 , a New column would be best

but for a measure

 

if( max(Table[A]) = "No Population" && Max(Table[B]) = "Complete", "Ready for Review" , Max(Table[B]) )

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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