Forum Discussion
[BUG] - Button Slicer - Text Does Not Wrap in Grid Layout
- 4 months ago
Hi wcarter,
this is a known quirk/bug in the Button (Grid) slicer, you can raise a ticket with microsoft as mentioned by lbendlin, there are few alternatives which you can go for
- Opt for list slicers instead of buttons
- Increase button height/ width manually
- Reduce font Size
- Shorten lables for e.g. Average Performance Score to Avg Performance
- If your data allows use linebreaks for e.g.
Label =
SUBSTITUTE([Original Text], " ", UNICHAR(10)) - Use chicklet slicer (free from custom visuals)
- Use buttons as bookmarks
Out of these best is to use Chicklet slicer, but you can make the changes as per your requirement
๐ I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
๐ก Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
๐ As a proud SuperUser and Microsoft Partner, weโre here to empower your data journey and the Power BI Community at large.
๐ Curious to explore more? [Discover here].
Letโs keep building smarter solutions together!
Hi wcarter,
this is a known quirk/bug in the Button (Grid) slicer, you can raise a ticket with microsoft as mentioned by lbendlin, there are few alternatives which you can go for
- Opt for list slicers instead of buttons
- Increase button height/ width manually
- Reduce font Size
- Shorten lables for e.g. Average Performance Score to Avg Performance
- If your data allows use linebreaks for e.g.
Label =
SUBSTITUTE([Original Text], " ", UNICHAR(10)) - Use chicklet slicer (free from custom visuals)
- Use buttons as bookmarks
Out of these best is to use Chicklet slicer, but you can make the changes as per your requirement
๐ I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
๐ก Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
๐ As a proud SuperUser and Microsoft Partner, weโre here to empower your data journey and the Power BI Community at large.
๐ Curious to explore more? [Discover here].
Letโs keep building smarter solutions together!
5 didn't work unfortunately, I've had to size down the text. I opened a ticket with MS about it, hopefully it'll get put on a list to fix.