Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
Solved! Go to Solution.
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" )
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" )
thanks 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
71 | |
63 | |
49 | |
29 |
User | Count |
---|---|
119 | |
102 | |
73 | |
65 | |
40 |