I have a windows application showing business intelligence and analysis data through MDX queries running on cubes in ssas.
In this way, I have added roles to Cubes with dimension data filtering but some mdx queries are not filtering data like mdx queries without any dimension as shown below.
SELECT NON EMPTY { [Measures].[Sales Amt] } ON COLUMNS FROM [SalesCube]
The above query is not showing data as per the dimensions filtered in dimension data of the role.
But queries having dimensions are filtered.
Please let me know how to handle this scenario.
[All]
member - do you have security set for the All member/levels? – whytheq