Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a card displaying the count of items, and the display is: 23
I would like to be able to add parentheses around it, so that the display is: (23)
Looking through the format options for the card, I cannot see the possibility to add punctuation/text, as having a number floating around does not seem ideal.
Solved! Go to Solution.
Create a measure like below,
Count = '(' &COUNT(items) & ')'
Use it in a card visual.
Thanks,
Siva
Create a measure like below,
Count = '(' &COUNT(items) & ')'
Use it in a card visual.
Thanks,
Siva
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |