Forum Discussion
johankent30
7 years agoHelper I
Measure Filter Help
I have the following measure: Measure 2 = IF(MAX(Collections1[Subcategory])="Sales Orders",'Sales Orders'[Sales Orders Value], IF(MAX(Collections1[Subcategory])="Purchase Orders",'Purchase Orders'...
parry2k
7 years agoSuper User
johankent30 can you share how you tables are related?
- johankent307 years agoHelper Iparry2k right now there is now relationship. I’m not opposed to creating one. If I did it would be a many to one relationship from the collections1 table to the date table
- parry2k7 years agoSuper User
johankent30 as best practice it will be easier to have relationship.
- johankent307 years agoHelper IOkay, is it possible to filter the subcategory values by a date selected on the date table then? How would the DAX look in my formula?