Forum Discussion
Anonymous
4 years agoNot applicable
comma on text value (Matrix)
Hello:
I have the following pivot table. The numbers or values are actually "Count of ID" and ID is a Text. Is there anyway I can put commas in the numbers (i.e 27,657)
Hi Anonymous ,
You could create a measure as below:-
measure = calculate(count(table[id]))then from top ribbon add comma's
1 Reply
- Samarth_18Community Champion
Hi Anonymous ,
You could create a measure as below:-
measure = calculate(count(table[id]))then from top ribbon add comma's