Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

SSAS tabular cube dimension/measure friendly names

Hello, I'd be grateful for some perspective if anyone has a spare moment. I've created a tabular model in SSAS/SQL Server 2016. I am connecting to this model via Direct Query. This tabular model...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Anonymous personally, I'd use the View method. This method allows any backend developer to determine mappings with ease and implement any changes to fields without impacting the model. (ex. the wrong column was mapped to "Name1", you can swap out the column and "Name1" remains intact from the model perspective.

    Also, developers wouldn't need to figure out how to navigate the Tabular model to determine where any mapping/name change occured.

    The list goes on, but suffice to say, I agree with you.