Forum Discussion
Justify text in text box?
How do I justify text in text boxes? There is only align left/right and centre in the options for the in-built text boxes, shapes, buttons etc.
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.
4 Replies
- TomMartensSuper User
- bleowFrequent Visitor
The justify option. Power BI only has the below three (see below) but I need the justify option as seen in other Microsoft 365 Apps and here in this sentence
- v-xiaotangCommunity Support
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.
- lmakotiNew Member
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 🙂