June 7, 2017 at 3:55 am
Hi All,
I am starting now work in the SSAS so I have very poor knowledge yet.
What Ipretend to know if is possible is to filter Data to display a user that is in acertain membership.
E.g
I have data sales, stocks and other setup by Regions and each regions include a couple of stores. So every time a user that is under my membership of the Region A only can see data from the Region A and so on.
Thank you a lot
June 7, 2017 at 10:25 am
Hi Martin,
Thank you very much for your reply.
Unfortunately I am using the Sql 2014 Standard.
I don't know if is possible with the 2014 to create a redistrict layer only data, basic the user of the membership1 can only see data on the entire cube that belows to
Region1 .
Thank you
June 7, 2017 at 11:42 am
d_gomes2 - Wednesday, June 7, 2017 10:25 AMHi Martin,
Thank you very much for your reply.
Unfortunately I am using the Sql 2014 Standard.
I don't know if is possible with the 2014 to create a redistrict layer only data, basic the user of the membership1 can only see data on the entire cube that belows to
Region1 .
Thank you
You should be able to. Look at Row-Level-Security (RLS) for SSAS 2014.
June 7, 2017 at 12:19 pm
Another option for SSAS would be what's called Role-based Security:
https://www.mssqltips.com/sqlservertip/1834/introduction-to-dimension-security-in-sql-server-analysis-services-ssas-2005/
That will ensure no matter how the user is connecting to the cube, they will only see what they are supposed to see.
June 7, 2017 at 12:56 pm
Hi all,
Thank you very much I will give a try on the examples and check if this solve my Problem.
I will post here if works.
Thank you a lot
July 20, 2017 at 4:17 am
Hi All,
I had workaround in the solution below.
Another option for SSAS would be what's called Role-based Security:
https://www.mssqltips.com/sqlservertip/1834/introduction-to-dimension-security-in-sql-server-analysis-services-ssas-2005/
That will ensure no matter how the user is connecting to the cube, they will only see what they are supposed to see.
But When I do this and process the cube is work fine and I able to saw only the Data I want, the only problem and I am not understand is when Sql srver job execute a SSIS PKG to process the Cube looks like a reset is made and when I try to browse the cube with the filter user I can saw all data as all the stores and not the ones I selected.
Anyone knows why are this happen.
Thank you a lot
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply