Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good day and thank you all for your help
When adding text and merging two fields this would be the standard code format:
each " Department_ID " & " : " & [Field1] &" , " & " Cost_Code " & " : " & [Field2]
I need this to be the output format and it must include the " is there another character to use in the code format to allow for this to be in the output value or a trick someone knows - TY
" Department_ID " : "X4550", " Cost_Code " : " CC-US123 "
Solved! Go to Solution.
Hi @EZimmet - the escape character for quotes in a string is just two quotes. The formula you're looking for is:
Hi @EZimmet - the escape character for quotes in a string is just two quotes. The formula you're looking for is:
That worked - TY
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 61 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 30 | |
| 27 |