Forum Discussion
mpavillard
6 years agoRegular Visitor
Thousand separator
Hi everyone, I'm really new to Power BI and I'm having issues with probably the easiest thing ever. I just built a bar chart that gives me the following values: 57003, 5637 and 2995. How can I make ...
- 6 years ago
Not @mpavillard,
He did not refer to it being a text value. In that case, create a measure like the following and create the format of the field.
MEasure = COUNT(TAble[Columna])
MFelix
6 years agoSuper User
lbeneyze how can you change a city name to a number format? That will return an error since the fields are not matching.
lbeneyze
6 years agoAdvocate II
In the original message: "I just built a bar chart that gives me the following values: 57003, 5637 and 2995. How can I make it so it gives me 57.003, 5.637 and 2.995?"
Based on this information and the fact that the data is text, i assumed that the initial column could be converted to a whole number.
That's why I suggested this answer.
Kind regards,
Lohic Beneyzet