Concatenate Displayname and then Count?

If I want to change the display name and continue by counting all the Equipment in a row, what is the formula required?

Solved Solved
0 2 321
  • UX
1 ACCEPTED SOLUTION

You may try:

CONCATENATE("YourViewName", "(", COUNT(TblName[Key]), ")" )

View solution in original post

2 REPLIES 2

You may try:

CONCATENATE("YourViewName", "(", COUNT(TblName[Key]), ")" )

Many Thank

Top Labels in this Space