Change column names of a cube action as they appear in Visual Studio

Posted by hermann on Stack Overflow See other posts from Stack Overflow or by hermann
Published on 2012-08-23T14:35:45Z Indexed on 2012/09/11 21:38 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

the title pretty much says it all. I have a cube with data in it and I have yet to find a way to change the column names.

They appear in a very ugly manner like [cubeName].[$dimension.columnName]. I have tried everything I know and anything I found on the web but nothing seems to be working.

What I tried to do in most cases is create an Action in the Actions tab and write some MDX query language in there. No results whatsoever. As if the action is never run.

Does anyone know how to do this? I've spent about 3 days trying to figure this out. Thank you.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about visual-studio