Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I'm trying to plot a dataframe as a matplotlib table in a Python visual. I tested the code in Jupyter, and it works fine, but the same code in PowerBI gives a KeyError. The error seems to be coming from this part of the script:
the_table = plt.table(cellText=common_df,
colColours=ccolors,
colLabels=column_headers,
loc='center')
This exact same code works fine with a simpler dataframe, but when I plug in my actual one, I get a KeyError: 0. Any ideas on why this might be happening, especially given that it works fine in Jupyter?
@Penguin236 , very difficult to tell with this info.
But in power bi you have to drag column on python visual and you can only use those
Check my video on how I created those visual
https://www.youtube.com/watch?v=rX3-G8u5fwc
can you share the python script including comments in power bi
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 64 | |
| 58 | |
| 31 | |
| 25 | |
| 25 |