Forum Discussion
Comma separator in Card Visual not showing
- 2 years ago
Hi hobosapien
If you measure is a numeric data type, you need to format it from measure tools:and in the card select none format on display units :
If the measure is text ( 4990 hours) , you need to use "Format" function :
Like :Total sales text = Format([total_sales],"###,###") & " Dollar"The pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi hobosapien
If you measure is a numeric data type, you need to format it from measure tools:
and in the card select none format on display units :
If the measure is text ( 4990 hours) , you need to use "Format" function :
Like :
The pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly