Count formula in display name

Hi

I need help with a formula to use in the ‘Display Name’ of a UX.

The UX uses a slice called ‘Not Started’ and I want a count of the rows something like:

Not Started (23)

Could anyone help with this?

“NOT STARTED ( " & TEXT(COUNT( Not Started [_RowNumber])) & " )”

:grinning_face:

3 Likes