Forum Discussion
Anonymous
3 years agoNot applicable
Data table with two keys
I have a data set of material consumption. The table has both which material is consumed aka "Material" and where it is consumed "Order". For modeling Material is made the key field. However for ...
meenakp
3 years agoResolver I
Anonymous, It appears you should use measure with ALL. this would ignore defined filters - in your case material filter..
https://learn.microsoft.com/en-us/dax/all-function-dax
- Anonymous3 years agoNot applicable
I did, but then it doesn't sum up quantities at all.