Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

star schema - inner join

hi all,

 

i create a model base star schema. the join between fact and dim is (many to one = single).

 

on the direct query syntax, the join is "left join" not "inner join " .

 

is it possible to force the select according to inner join?

 

thanks.