Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

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?

DaveWillett_0-1678364555713.pngDaveWillett_1-1678364576211.png

 

0 1 164
  • UX
1 REPLY 1

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

😀

Top Labels in this Space