|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, February 25, 2013 10:18 AM
Points: 5,
Visits: 12
|
|
Hi all,
I'm posting here cause my research didn't help me at all 
I'm lookig to filter data via a role in SSAS. I have a fact table, with a column "valid" (0 or 1) wich is linked to dimensions tables. I want to use a role in SSAS to filer the data using this column.
I saw that I can filter the dimensions, but didn't see if it's possible to do it with the fact table... Maybe using MDX? But I don't know where to do that.
any inputs would be appreciated!
thanks in advance
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 4:25 AM
Points: 117,
Visits: 473
|
|
Why not create a "Valid" dimension that is hidden from the users and base your security of that?
Mack
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, February 25, 2013 10:18 AM
Points: 5,
Visits: 12
|
|
yes, that's what I was thinking... I asked because I didn't know (still don't know) if it's possible to to this without dimension!
thanks for your reply
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 4:25 AM
Points: 117,
Visits: 473
|
|
A dimension will be the quickest way as it will continue to use aggregations across your data. If you try to limit the data against a low level data item then the cube will have to go to that low level for every query and that would affect performance
Mack
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, February 25, 2013 10:18 AM
Points: 5,
Visits: 12
|
|
| perfect answer! thanks a lot Mack!
|
|
|
|