Forum Discussion
Shrujan1612
1 year agoHelper I
Creation of scroll bar for table visual by using python code
I'm using Python to create a table visual, but it doesn't provide me with a scroll bar. I've created a scroll bar using Plotly and Dash, however the visual is showing on a new web page even though I ...
SEMattis
1 year agoAdvocate III
Hi!
If you are using the Plotly library to create the scroll bar and if you are planning to publish the report to the Power BI Serviec for consumption I would advise you to think again. This is due to Plotly not being supported in the Power BI Service.
Learn which Python packages are supported - Power BI | Microsoft Learn
- Shrujan16121 year agoHelper I
Hi,
Is there another way for us to make scroll bars using just Power Bi Visual?
- SEMattis1 year agoAdvocate III
The table visual or matrix visual both have built in scroll bars...
- Shrujan16121 year agoHelper I
I want scroll bar in python visual only.