Forum Discussion
alir22456
2 years agoHelper I
DAX
Dataset of customers and the services (Plans) they had bought from my company. I am working on a Cross-Selling analysis project. Based on this data, I saw the names of the customers who (for e...
alir22456
2 years agoHelper I
Yes I'm currenlty using a slicer to select the products and it gives me the names of the customers who bought that particular product. Like the picture below:
- davidding2 years agoResolver I
This logic doesn't flow... you'll need to think harder about the actual design. maybe you'll need 1 product table with a filter on the primary product, and a separate product table with a separate filter on the secondary product(s)? you can then calculate the customers with primary product but don't have a secondary product.