Using report builder 3.0, I have a report that queries a cube. How do I use the group filter in SSRS to further filter my mdx results (I can’t do the filtering in the mdx itself). Obvious with SQL, but not so obvious with MDX!
Darren
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can filter data set and groups in SSRS report filter after result obtained from MDX.
Double click on data set or group and on filter tab you can give filter expression.
SYNTAX:
Above expression will filter out col1 value > 10