Hi, I need to get a MDX query which works like UNION ALL in SQL. It seems to be a bit tricky..This is what I want in SQL:SELECT 'Value' = 1, 'Label' = 'TOP10'UNION ALLSELECT 'Value' = 2, 'Label' = 'TOP30'UNION ALLSELECT 'Value' = 3, 'Label' = 'TOP50'UNION ALLSELECT 'Value' = 3, 'Label' = 'All'I need this for SSRS 2012 , because reports filters can only be written in MDX. This query is going to be a parameter. But simply, can someone help me?Best regards Lidou123.
↧