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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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