Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I need to combine 3 OR condition in if statement. PowerbI only allows 2 arguments in if statement.
In the below screenshot the yellow or condition is not taken in action as only 2 arguments is allowed in if stament.
Solved! Go to Solution.
@Anonymous , I think or can take only 2 arguments
Blocked_Approved = IF( (vVENDOR_PURCH_ORG_AVL[CentralPurchasingBlock] = "X" || vVENDOR_PURCH_ORG_AVL[PurchBlockForPurchasingOrganization]="X" || vVENDOR_PURCH_ORG_AVL[BlockedForAllEnabledPurchasingOrganization] ="X"),"Blocked","Active")
@Anonymous , I think or can take only 2 arguments
Blocked_Approved = IF( (vVENDOR_PURCH_ORG_AVL[CentralPurchasingBlock] = "X" || vVENDOR_PURCH_ORG_AVL[PurchBlockForPurchasingOrganization]="X" || vVENDOR_PURCH_ORG_AVL[BlockedForAllEnabledPurchasingOrganization] ="X"),"Blocked","Active")
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |