Forum Discussion
Clampazzo
3 years agoResolver I
Setup Row Level Security to work with an SSAS Multidimensional Cube connected via Power BI Embedded
We have an old SSAS MD Cube that is currently being rewritten. However, in the meantime I need to point Power BI at the existing cube and setup RLS on it so that end users can get the correct inform...
TomMartens
3 years agoSuper User
Hey Clampazzo ,
you can't implement RLS on top of a live-connected SSAS Multidimensional, instead you have to implement roles inside the SSAS Cube: https://learn.microsoft.com/en-us/analysis-services/multidimensional-models/roles-and-permissions-analysis-services?view=asallproducts-allversions
Importing, next to the size, you have to investigate if exisiting measures have to rebuild after data is imported.
Regards,
Tom
Clampazzo
3 years agoResolver I
Hi TomMartens and foodd , Can you tell me how this would work if the PBI Dashboard is embedded? Currently we have a role setup for the company id that is sent via a connection string to the cube. But since users will be using the Power BI Dashboard how would their security be passed back to the cube?