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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
hi all,
I have a text box, using title I have using fx to use my measure.
How can I make my measure skip lines?
Ive tried:
"text"
& UNICHAR(13) & UNICHAR(10) &
"text2"
also tried
Newline =
"
"
RETURN
"text"
& Newline &
"text2"
please help
Hi @wonka1234 ,
@Shahid12523 , @GeraldGEmerick Thanks for your prompt response.
@wonka1234 In addition, I’ve added the previously solved threads here. Hopefully, they will help you understand and resolve the issue.
Solved: Add a line break to the title of a visual - Microsoft Fabric Community
Solved: Line break in a visual - Microsoft Fabric Community
We truly appreciate your continued engagement and thank you for being an active and valued member of the community.
If you're still experiencing any challenges, please don’t hesitate to reach out we’d be more than happy to assist you further.
We look forward to hearing from you.
Best regards,
Lakshmi
Hi @wonka1234 ,
I wanted to follow up and confirm whether you’ve had the opportunity to review the information we provided. If you have any questions or need further clarification, please don’t hesitate to reach out.
We appreciate your engagement and thank you for being an active part of the community.
Best regards,
Lakshmi.
Hi @wonka1234 ,
We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.
We appreciate your engagement and thank you for being an active part of the community.
Best Regards,
Lakshmi.
Hi @wonka1234 ,
We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.
We appreciate your engagement and thank you for being an active part of the community.
Best Regards,
Lakshmi.
@v-lgarikapat not it has not been resolved. Seems like it cannot be done in power bi.
Hi @wonka1234 ,
Thanks for your response
This appears to be a current limitation in Power BI. I would recommend submitting this scenario as a feature request on the official Power BI Ideas forum. The Product Team actively monitors suggestions there, and items with strong community support are often considered for future enhancements.
You can submit your idea here
We appreciate your collaboration and support!
Hi @wonka1234 ,
Just following up to check if you had a chance to submit the scenario to the Ideas forum.
Best Regards,
Lakshmi
Use:
MyMeasure =
"Text1" & UNICHAR(10) & "Text2"
⚠️ Line breaks only show in a Text Box with fx (not in Card/Title).
Enable “Allow multiple lines” in the text box formatting.
@wonka1234 Use a Card visual instead as the Card visual respects carriage return and linefeed characters. You can also insert a "+ Value" that is simply your measure and that will work as well.
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |