Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
84 | |
57 | |
45 | |
44 | |
36 |