Forum Discussion
Justify text in text box?
- 5 years ago
Hi bleow
Power BI Desktop does not have justify option currently. if you really want this option, I suggest you create an idea for it in
https://ideas.powerbi.com/forums/265200-power-bi-ideas to improve the power bi.Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
1. Get more visuals
2. Add the HTML Content visual
3. Write out your text in any text editor adding the in-line css `<div style=text-align:justify;line-height:2>` to the outer html tag holding the text e.g. div, span etc.
4. Completing the example: Copy the data into a custom table
5. Add the text column into the HTML content value shelf
6. Complete: Custom Visual Credit Daniel Marsh-Patric,
I hope this helps bleow, 2yrs later 🙂