Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
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 |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |