Forum Discussion
GBlair
1 year agoRegular Visitor
Need Help Creating DAX Logic using Selected Value from Slicer Based on Table with No Relationships
I'm new to Power BI and DAX. I have a sales dataset and need to create a dashboard where users can select from a dropdown to group customers into "Bought" and "Did not Buy" buckets. The dropdown is ...
- 1 year ago
Glad it helped you, I have modifed the code based on your new requirement, please check it out:
Fowmy
1 year agoSuper User
GBlair
1 year agoRegular Visitor
Thank you Fowmy !
This got me a lot further than I was. It works for individual products. I also have the requirement that a Product Family (or group of individual products) could be selected. In that case I want to consider the customer to have bought if one or more products in the family were purchased.
But I think what you've provided allows me to play around with that requirement.
Thanks again.