Forum Discussion
Shruthi96
4 years agoHelper III
Help DAX command - If else statement
Hi Team , Need Help I am looking for the Dax column formula, where I have 3 work types and 2 products: Product A : It should pull all the rows For Product B : Feature -...
- 4 years ago
Required_Output_Column = SWITCH( TRUE(), 'Table'[Product] = "A", "Y", 'Table'[Work Type] IN {"Feature", "Bug Fix" }, "Y", SEARCH("a11y", 'Table'[Description], 1, 0 ) >=1 , "Y", "N" )