Forum Discussion
format distinct count
- 9 years ago
A way yo solve your problem is:
If is only one value to show you can use a Card Visual. (In formatting Options you can made the changes to show the ,)
or Create a a measure to made the Distinct Count
Carrier-DC=DistinctCount(Table[Carrier]) And Formatting this measure (In modeling)
Hello - I do not know how to use the format command with a table that shows a distinct count of a text field. I can't use the modeling format here either. I would like it to display 1,362 instead of 1362 .
A way yo solve your problem is:
If is only one value to show you can use a Card Visual. (In formatting Options you can made the changes to show the ,)
or Create a a measure to made the Distinct Count
Carrier-DC=DistinctCount(Table[Carrier]) And Formatting this measure (In modeling)
- nwabramson9 years agoAdvocate III
Thanks! That sounds like either way would solve my problem! Nancy.