kylesmyleFrequent Visitor2 years agoSolvedGroup Two Products I'm just looking to combine/group Product A and F. This would then give me a new product with their combined values. Is this possible? Show Moreparry2k2 years agokylesmyle you need to add a new column and then use that on the row: New Product Column = IF ( Table[Product] IN { "Product A", "Product F" }, "Product A & F", Table[Product] )
parry2k2 years agokylesmyle you need to add a new column and then use that on the row: New Product Column = IF ( Table[Product] IN { "Product A", "Product F" }, "Product A & F", Table[Product] )
parry2k2 years agokylesmyle you need to add a new column and then use that on the row: New Product Column = IF ( Table[Product] IN { "Product A", "Product F" }, "Product A & F", Table[Product] )
parry2kSuper User2 years agokylesmyle you need to add a new column and then use that on the row: New Product Column = IF ( Table[Product] IN { "Product A", "Product F" }, "Product A & F", Table[Product] )
kylesmyleFrequent Visitor to parry2k2 years agoparry2k It does not seem to work. Do you see where I'm wrong?
kylesmyleFrequent Visitor to parry2k2 years agoparry2k It does not seem to work. Do you see where I'm wrong?
Related contentFabric & Azure Data User Group Program Requirements & BenefitsCommunity User Group ExperienceProduction LessonsCreating DAX formula for group of productsUser Group Leader Get Started Guide