How to count label definition names

Hello to all

I`am trying to count the quantity of labels by the name o the definition of the label at currently sprint i would like to know if is possible and how could i make this to count them, when i select labels only show all labels

solved with this formula, leaving it registered in case someone needs it in the future

Count(

Filter(

DescendantsSet([Label].CurrentHierarchyMember,[Label].[Label]),

[Label].CurrentMember.name <> "(none)"

AND

[Measures].[Issues created]>0

)

)
1 Like