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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Betsy
Helper IV
Helper IV

Python visual that functions like a Power BI Card or table visual of analysis summary?

Hi Everyone,

 

I'm wondering if anyone knows of a Python visual that is essentially a Power BI card visual? I'm looking to take a p value that results from a statistical analysis and place it on my BI report. I can of course use print in python, but I need a visual to be able to place it on my dashboard. Alternatively, I could create a table to output the summary of my analysis. I would be happy with either. Since the python integration, I'm excited to be able to share stuff like statistical significance with the rest of my team in the same place where they consume the rest of our data reporting.

 

Thanks a million for any guidance!

 

Betsy

1 ACCEPTED SOLUTION
Anonymous
Not applicable

yes you can simply show formatted text and even add extra stuff (trendlines etc), you could use the matplotlib library and use patheffects:

https://matplotlib.org/tutorials/advanced/patheffects_guide.html#sphx-glr-tutorials-advanced-patheff...

 

or simply text

https://matplotlib.org/gallery/text_labels_and_annotations/usetex_fonteffects.html#sphx-glr-gallery-...

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

yes you can simply show formatted text and even add extra stuff (trendlines etc), you could use the matplotlib library and use patheffects:

https://matplotlib.org/tutorials/advanced/patheffects_guide.html#sphx-glr-tutorials-advanced-patheff...

 

or simply text

https://matplotlib.org/gallery/text_labels_and_annotations/usetex_fonteffects.html#sphx-glr-gallery-...

This is great! Thank you!

Anonymous
Not applicable

Hi @Betsy,

 

Unfortunately, current python visual is similar as r visual and itself not support to interact with other visuals.  You can only use other visuals to affect it.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors