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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Python Visual - Vertical Table scroll

Hi All,

 

I am trying to draw a table plot with python visual, which I could do but I found an issue - my table is not scrollable (vertcially) so, only some ~15 values(rows) are being shown in the visual when it actually contains more than 60+ values(rows). Below is a snippet of code: 

 

df1 = pd.DataFrame({'A':inp_data["a1"], 'B':inp_data["b1"], 'C':inp_data["c1"]}, columns=list('ABC'))

ax.table(cellText=np.array(df1), colLabels=df1.columns, loc='center')

 

 Any ideas if someone has faced similar issues.

 

Thanks,

Max

3 REPLIES 3
lbendlin
Super User
Super User
Anonymous
Not applicable

Thanks for replying!

 

I can not use Power Query for my solution as the visual is dynamically calculating values. So, I require the solution to be at visual end.

Please read the linked post. You cannot do vertical scrolling in a Python visual. Use a different approach.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.