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
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])
mpavillard
6 years agoRegular Visitor
Thank you MFelix , that finally did it!! sorry about all the messages back and forth, but I'm very new at Power BI.