Hi!
Im wondering if there's a way of restricting access to certain measures when loading a MD cube into power BI via import data?
Let's say I have a cube with three measures. A B and C.
I want to create three different roles, X Y and Z where each role can only see one of the measures. X should only see measure A, Y should see measure B and Z should see measure C.
I can see that it's easy to create roles to filter dimension members, and also filter on values for measures, but can't find an option to actually hide certain measures completely from a role.
By connecting live to the cube this is possible of course, as measure security can be defined in ssas security roles, but I want to know which options that are available when importing the cube data to PBI.
Is there a DAX expression available to do it maybe?