You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the following Rule to my BPA. I don't want my users to connect to the model directly and instead use one of the perspective. Therefore I need to make sure that all measures and columns are added to at least 1 perspective.
I use the following:
IsVisible and Model.Perspectives.Any() and not InPerspective.Any(it)
The text was updated successfully, but these errors were encountered:
I added the following Rule to my BPA. I don't want my users to connect to the model directly and instead use one of the perspective. Therefore I need to make sure that all measures and columns are added to at least 1 perspective.
I use the following:
IsVisible and Model.Perspectives.Any() and not InPerspective.Any(it)
The text was updated successfully, but these errors were encountered: