The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi to All,
I have a figure with decimal places which is displayed like this:Before
I'd like to change this view to show it like it is but without decimal places. Unfortunatelly when I try to change Format and set decimal places to "0" thousand separator disapears. and have a figure:
Thank you,
B.
Solved! Go to Solution.
hi @bartosz_s,
Then try this formula to create a calculated column ( my table is called Table1 and field Column1):
Column = FORMAT(Table1[Column1],"### ### ##0")
Hope it helps...
Ninter
Hi @bartosz_s,
Did you try the round function?
If not give sample data with expected results.
Ninter
Hi,
unfortunately it doesn't work. ROUND function is not chanhing the way how the numbers are displayed (expected format is xxx yyy zzz. Example 123 456 789). I still have xxxyyyzzz.
Example:
Number: 123 456 789,89 is displayed 123456790 not 123 456 790.
hi @bartosz_s,
Then try this formula to create a calculated column ( my table is called Table1 and field Column1):
Column = FORMAT(Table1[Column1],"### ### ##0")
Hope it helps...
Ninter
Thank you 🙂
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
82 | |
67 | |
48 | |
44 |