Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Is it possible to make the size of visual larger than its viewport like the slicer visual?

I'd like to make a custom hierarchy slicer like the native visual, but i dont know how to make search windows overcome its viewport, like this print screen. 

gabrielAlmeida_1-1611579759506.png

Is it possible? 
Thanks,
Gabriel.

 

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @Anonymous,

No - this is a current limitation of the custom visual sandbox. It has been on the list of requests for a very long time (years).

You can only overflow standard form elements like <select/>, e.g.:

dm-p_0-1611604550370.png

However, these are limited in terms of how you can customise them and are typically browser-dependent. You can improve the look and feel of these a little bit with CSS but currently your only option is to use these if you want the container to be as compact as possible.

If you're using stylised versions from UI libraries for example (e.g. Fluent UI), these will re-create controls using other web elements and these are not allowed to overflow the container.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

Hi @Anonymous,

No - this is a current limitation of the custom visual sandbox. It has been on the list of requests for a very long time (years).

You can only overflow standard form elements like <select/>, e.g.:

dm-p_0-1611604550370.png

However, these are limited in terms of how you can customise them and are typically browser-dependent. You can improve the look and feel of these a little bit with CSS but currently your only option is to use these if you want the container to be as compact as possible.

If you're using stylised versions from UI libraries for example (e.g. Fluent UI), these will re-create controls using other web elements and these are not allowed to overflow the container.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors