'Dynamic Data Masking in SSAS cube process
I have dynamic masked data in my SQL Server DB and I want to know what will happen to that if I used this data in my cube processing . would it be still a masked data is the cube , and can I use the roll security for that or not?
Solution 1:[1]
Everything depends on the credential that is being used to connect to the database via cube. In case if the account has admin access or non masking, then original data would be available else masked data would be in cube
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Nandan |
