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 |
---|---|
82 | |
81 | |
37 | |
34 | |
32 |
User | Count |
---|---|
96 | |
79 | |
61 | |
51 | |
51 |