Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi all.
I´m working a lot using Tabular Editor adding measures etc...
A problem is that I suck at writing Format Strings manually.
I´ve saved a library with recurring strings, ex #,##0.00 % for 2.23%
But I need to learn how to do this myself.
Does anyone no any good guide, tutorial, tool etc... for this?
BR Måns
Solved! Go to Solution.
Hi @Mary78 - Creating and using custom format strings in Power BI, particularly when using Tabular Editor, can be challenging at first, but with the right resources and practice, you can get proficient at it.
Reference links:
Standard numeric format strings - .NET | Microsoft Learn
Custom numeric format strings - .NET | Microsoft Learn
Standard date and time format strings - .NET | Microsoft Learn
Custom date and time format strings - .NET | Microsoft Learn
Examples:
Currency:
$#,##0.00: Displays as currency with two decimal places (e.g., $1,234.56).
Percentage:
0%: Displays as percentage without decimal places (e.g., 50%).
0.00%: Displays as percentage with two decimal places (e.g., 50.00%).
Numbers:
0: Displays as an integer (e.g., 1234).
0.00: Displays with two decimal places (e.g., 1234.56).
#,##0: Displays with thousand separators (e.g., 1,234).
Hope it helps
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
Hey Mary,
Format strings in power bi match those in excel, a good rule of thumb is get your desired outcome by working in excel using the custom format setting. Once you are happy you can then copy the format string from excel and use it in power bi
Hi @Mary78 - Creating and using custom format strings in Power BI, particularly when using Tabular Editor, can be challenging at first, but with the right resources and practice, you can get proficient at it.
Reference links:
Standard numeric format strings - .NET | Microsoft Learn
Custom numeric format strings - .NET | Microsoft Learn
Standard date and time format strings - .NET | Microsoft Learn
Custom date and time format strings - .NET | Microsoft Learn
Examples:
Currency:
$#,##0.00: Displays as currency with two decimal places (e.g., $1,234.56).
Percentage:
0%: Displays as percentage without decimal places (e.g., 50%).
0.00%: Displays as percentage with two decimal places (e.g., 50.00%).
Numbers:
0: Displays as an integer (e.g., 1234).
0.00: Displays with two decimal places (e.g., 1234.56).
#,##0: Displays with thousand separators (e.g., 1,234).
Hope it helps
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
89 | |
82 | |
65 | |
51 | |
31 |
User | Count |
---|---|
119 | |
113 | |
71 | |
63 | |
46 |