Forum Discussion
Paskk
3 years agoRegular Visitor
Create a new table with double constraint
I would like to create a new table that contains only the products sold together in blue and yellow colors. Below is the input table. Thank you very much! Product Colour Customer Sale Valu...
- 3 years ago
Hi Paskk
Please refer to atached sample fileTable 2 = FILTER ( 'Table', ISEMPTY ( EXCEPT ( { "Blu", "Giallo" }, CALCULATETABLE ( VALUES ( 'Table'[Colour] ), ALLEXCEPT ( 'Table', 'Table'[Product] ) ) ) ) )