I\'m trying to perform a SQL query through a linked SSAS server. The initial query works fine:
SELECT \"Ugly OLAP name\" as \"Value\" FROM OpenQuery( OLAP,
I can vouch for leaving it out of GROUP BY. Good news is, it works just fine being a plain old selected alias.