Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm using python script to create a Table in power BI. Can i able to attach scroll bars to the table visula to make it interactive?
Hi @Manasa55 ,
Yes, you can add scroll bars to a table visual in Power BI to make it interactive. Power BI automatically includes scroll bars in table and matrix visuals when the data exceeds the visible area.
However, if you are using a Python script to generate a table within a Python visual, the default visualization is static. To enable scrolling, you would need to customize your Python visualization using libraries like Plotly or Dash, which support interactive tables with scroll bars. Alternatively, you can structure your table data in a way that fits within Power BI's built-in table or matrix visual, where scroll bars will appear when necessary.
If you are using pandas DataFrame, you can use Plotly's plotly.express or dash.DataTable to create an interactive table with scrollable functionality before embedding it into Power BI.
Passionate about leveraging data analytics to drive strategic decision-making and foster business growth.
Connect with me on LinkedIn: Rohit Kumar
Hi @rohit1991
I tried those suggestions you provided but those didn't workout. I used plotly package in the python script this generating visual in the web browser instead of power bi. I need interactive visual directly within power bi through python script.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
74 | |
57 | |
39 | |
33 |
User | Count |
---|---|
70 | |
63 | |
57 | |
49 | |
46 |