Forum Discussion
[BUG] - Button Slicer - Text Does Not Wrap in Grid Layout
Text in the Grid layout of Button Slicer does not wrap to fit within the buttons when Wrap Text is enabled. I have no idea how to properly file a bug report, so I'm posting this here and hoping it gets passed on to the right people.
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!
3 Replies
- lbendlin
Super User
If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues . - grazitti_sapna
Super User
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!- wcarter
Advocate II
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.