Forum Discussion

wcarter's avatar
wcarter
Advocate II
4 months ago
Solved

[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

     

    1. Opt for list slicers instead of buttons
    2. Increase button height/ width manually
    3. Reduce font Size
    4. Shorten lables for e.g. Average Performance Score to Avg Performance
    5. If your data allows use linebreaks for e.g. 
      Label =
      SUBSTITUTE([Original Text], " ", UNICHAR(10))
    6. Use chicklet slicer (free from custom visuals)
    7. 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

  • 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

     

    1. Opt for list slicers instead of buttons
    2. Increase button height/ width manually
    3. Reduce font Size
    4. Shorten lables for e.g. Average Performance Score to Avg Performance
    5. If your data allows use linebreaks for e.g. 
      Label =
      SUBSTITUTE([Original Text], " ", UNICHAR(10))
    6. Use chicklet slicer (free from custom visuals)
    7. 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's avatar
      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.