Forum Discussion
Wrap text inside Slicer
- 3 years ago
Hi,
Unfortunatley the slicer does not support word wrap on slicer items, some options:
1. You could increase the lenght of the slicer
2. Create a measure to summarize the information in the field and use that in the slicer
3. Potentially use a custom slicer visual to achieve this
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- 2 years ago
As of today, it appears that it does support it, but the toggle does nothing that I can see. The horizontal alignment affects the text inside the slicer buttons, the font settings affect them, but this text wrap button does not.
I feel so gaslit by that option being there but not usable lol
Dunno if I'm gaslighting myself but given I'm now much more of a developer over click and drag I think I know how to hack this 😂 PBIR, find rendered visual where text wrap is working properly... turn it on and off, find the bit of code that appears that makes the change, check this visual doesn't have the same behaviour in the backend, manually change it 😅 I'll try it soon