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.
Hello all,
Need some help in identifying the representation for alt+enter in Powerbi
Tried: [ae] and Char(10) from excel, but they don't work.
Thank you for your help
Hi @remi,
You may have a try with UNCHAR(10).
Reference:
http://community.powerbi.com/t5/Desktop/How-to-get-text-in-new-line-using-data-cards/td-p/227630
http://community.powerbi.com/t5/Desktop/Have-new-line-character-in-Tooltip/td-p/348130
Best Regards,
Cherry
Hello @v-piga-msft,
Thank you for getting back to me!
Tried your input on my exercise, but results are not those looked for. will look further.
If you have other suggestions please let me know. Thank you!
Hi @remi,
By my test, the UNCHAR(10) has the same effect with alt+enter which is for newline.
Besides, what is your expected output? Could you describe your requirement in details, so that we can help further investigate on it?
Best Regards,
Cherry
Hello @v-piga-msft,
Once again thank you for getting back to me.
What I'm trying to do is extract the text before UNICHAR(10), while this works great for the concatenation of text (very good example provided by you), it doesn't work for me.
Still looking into it.
Kind regards,