<br>Despite 6 years of MDX experience, I only recently discovered that you could refer to a dimension member without specifying the dimension it is a part of.&nbsp; For example, [M] can be used as a shortcut for [Gender].[All Gender].[M].&nbsp; This works in both Analysis Services and Mondrian.<br>
<br>I don&#39;t like this feature for a couple reasons:<br><br>1)&nbsp; [M] could also mean [Marital Status].[All Marital Status].[M].&nbsp; There&#39;s no obvious way of knowing which member you&#39;ll get.<br>2)&nbsp; More importantly for us, to figure out which dimension has a member with that name Mondrian needs to query each and every dimension table in that cube looking for a match.&nbsp; Since we have 700+ dimensions that essentially means that the server is brought to a standstill searching for a member that may or may not exist.<br>
<br>I&#39;d like to add a property (false by default) that will require dimension name to be included in an identifier.&nbsp; The code change looks trivial.&nbsp; What do people think?<br><br><br>