Forum Discussion
samnaw
4 years agoResolver I
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) ...
- 4 years ago
Hi samnaw ,
You could create a measure as below:-
measure = calculate(count(table[id]))then from top ribbon add comma's
Samarth_18
4 years agoCommunity Champion
Hi samnaw ,
You could create a measure as below:-
measure = calculate(count(table[id]))
then from top ribbon add comma's