March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have a measure defined as a percentage that when it's used in a chart, the decimal separator is a comma ( , ). However if i represent the same measure in a string the format is not the same. If i use the FORMAT function as in format([Measure],"Percent") , the decimal separator is a dot ( . )
Below is a screenshot. The same measure except the 2nd one is using the format function.
Is there anyway to consolidate both these formats? Ideally, the decimal separator would be the comma.
Thanks.
Solved! Go to Solution.
you can fix this with the 3th argument of FORMAT, culture.
you can fix this with the 3th argument of FORMAT, culture.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
90 | |
86 | |
76 | |
49 |
User | Count |
---|---|
166 | |
149 | |
99 | |
73 | |
57 |