Forum Discussion

samnaw's avatar
samnaw
Resolver I
4 years ago
Solved

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_18's avatar
    Samarth_18
    Community Champion

    Hi samnaw ,

     

    You could create a measure as below:-

    measure = calculate(count(table[id]))

    then from top ribbon add comma's