Hello everyone,
I am fairly new to EazyBI. I am trying to create a calculated member that will find all the labels that start with "team#".
I have this
Aggregate(
Filter(
[Label].[Label].Members,
[Label].CurrentHierarchyMember.Name MATCHES "^team#.*"
)
)
And the EazyBI documentation has this
Aggregate( Filter( [Issue].[Issue].Members, [Issue].CurrentHierarchyMember.Name MATCHES ".*SMT.*" ) )
My code is not working. I am trying to apply this in the pages section so when the labels tab is clicked on only the teams show up and not the 100s of other labels.
Thanks for the help!
EDIT Found a solution...
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.