This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi everyone,
I am new to M so any help kindly appreciated.
I am trying to replace a rich text <br/M with a carriage return. I tried this:
RemSpace = Text.Replace(Source," "," ") ,
RemCR = Text.Replace(RemSpace,"<br />","#(cr,lf)"),
The first one works well but the second doesn't work at all. Any idea's?
Solved! Go to Solution.
Actually, I got it wrong but thanks anyway..
This worked...
ReplaceHTMLBR= Text.Replace(RemSpace,"<br />","#(lf)#(cr)")
I did not notice a difference between lf and cr or cr and lf. I'm remembering the type writer!
Hi @Anonymous ,
What about clicking the option Repalce values like below?
If you still need help, please share your data sample which could reproduce your scenario and your desired output so that we could help further on it.
Best Regards,
Cherry
Actually, I got it wrong but thanks anyway..
This worked...
ReplaceHTMLBR= Text.Replace(RemSpace,"<br />","#(lf)#(cr)")
I did not notice a difference between lf and cr or cr and lf. I'm remembering the type writer!
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 23 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 41 | |
| 28 | |
| 22 | |
| 22 |