The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |