Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
If I want to display millions in a custom format, I can specify "#,##0,," but how do I display the first decimal place?
Even if I specify "#,##0.0,,", it will be displayed as "12,345,678.0,," which is not correct.
Solved! Go to Solution.
In this case, place the decimal placeholder ".0" after the two commas:
"#,##0,,.0"
Does that work for you?
In this case, place the decimal placeholder ".0" after the two commas:
"#,##0,,.0"
Does that work for you?
It is now displayed correctly.
Thank you very much.
User | Count |
---|---|
84 | |
78 | |
71 | |
48 | |
42 |
User | Count |
---|---|
111 | |
54 | |
50 | |
41 | |
40 |