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)
Hi samnaw ,
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 samnaw ,
You could create a measure as below:-
measure = calculate(count(table[id]))then from top ribbon add comma's