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
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
datafitters
Regular Visitor

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
datafitters
Regular Visitor

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!

v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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.