Hi,
I'm trying out Tabular Model and have a question regarding hierarchies, especially ragged hierarchies. Creating the hierarchy is no problem using DAX (PATH, PATHITEM and LOOKUPVALUE), and when the hierarchy is ragged I've repeated the leaf name to get the same level in all paths. This however looks a bit odd in the client tool (for example a Pivot Table in Excel) since you can expand the child and see the same name below.
According to http://msdn.microsoft.com/en-us/library/hh213003.aspx there should be an option on a hierarchy child level to "Hide if Name Equals Parent". This sounds like exactly the option I should use to make the hierarchy pretty in the client tool, but I can't for my life find the option in SQL Server Data Tools.
Am I blind, or has that feature been removed (or not added yet)?