This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a measure with this Format string.
Format: Custom
Foormat String: #,##0.00;-#,##0.00;0.00
I dont understand what the ; does... Also, are the # wildcards?
Solved! Go to Solution.
Hi @Anonymous ,
For your confusion, A format expression for strings can have one section or two sections separated by a semicolon (;)
"#" is a form of User-defined numeric formats.
If you still have problems, please point out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous, Just for the clarification take any list of values (with different sample of digits) and apply that mentioned formatting on new calculated column. Attached SS for your reference:
New Calculated Column = FORMAT(Tbl2[Value],"#,##0.00;-#,##0.00;0.00")
Hi @Anonymous ,
For your confusion, A format expression for strings can have one section or two sections separated by a semicolon (;)
"#" is a form of User-defined numeric formats.
If you still have problems, please point out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous I think ; is for more than one format. # is for number
refer the below part of blog
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 34 | |
| 33 | |
| 24 | |
| 23 |