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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Chanleakna123
Post Prodigy
Post Prodigy

Condition to be Calculation with Multiples Tables.

1.PNG

 

Hi all , 

 

i'm seeking your strongly support here . 

I have W/O Number table , Complete WO ( Which is calculated from another Table ) , Close WO ( Which is calculated from another Table ) , my purpose is : 
*If Table :W/O Number = Table :Complete W/O  , Show " Complete  " If not ,"In Progress" , If Table : Complete W/O = Table : Close W/O , Show " Close" If not , " Complete Not Close

 

I want all of the condition : Complete , In Progress , Close , Not Close , in the same Column , 

then it would be easy for me to visualize. 

how can i success over this ? 
your support is much appreciated. 

 

thanks you so much. 

1 ACCEPTED SOLUTION
Stachu
Community Champion
Community Champion

what is the condition for Not Close? It seems identical to Complete to me. If that's the case this formula should work

Complete / Close =
IF (
    ISBLANK ( Dummy[Close WO] ),
    IF ( Dummy[W/O Number] = Dummy[Complete WO], "Complete", "In Progress" ),
    "Close"
)


Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

View solution in original post

3 REPLIES 3
Stachu
Community Champion
Community Champion

what is the condition for Not Close? It seems identical to Complete to me. If that's the case this formula should work

Complete / Close =
IF (
    ISBLANK ( Dummy[Close WO] ),
    IF ( Dummy[W/O Number] = Dummy[Complete WO], "Complete", "In Progress" ),
    "Close"
)


Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

@Stachu you are awesome. thanks you 

thanks 🙂



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors