Forum Discussion
Anonymous
5 years agoNot applicable
ALL FUNCTION HELP
Hi All, Im in the learning path of DAX...i have read about ALL() and below is my observation * Acts like a filter modifier *Gives distinct value when used with column name *Gives combination...
amitchandak
5 years agoSuper User
Anonymous , All means on the join ID too. Create a separate table for the Order ID and join with this table. and use all on that table and check.
Anonymous
5 years agoNot applicable
amitchandak so you mean to say that since order table has employee id as foreign key even that table gets effected with ALL() function ??