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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
weijunawj
Frequent Visitor

Display python script print() output on button press

Hi, how can i display a print() message from python after click on a button? Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @weijunawj ,

 

I believe that there is no support yet for Python to be able to communicate directly with the PowerBI context. As per this link, python and other visuals can only interact with the outer DOM for processing.

 

I have found a submitted idea about this thought ——Button - New Action Type - Python/R Script , please vote it up and hope Power Bi will implement this in nearby future.

 

Refer to:

https://community.powerbi.com/t5/Developer/Python-script-activated-on-Button/m-p/945068

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @weijunawj ,

 

I believe that there is no support yet for Python to be able to communicate directly with the PowerBI context. As per this link, python and other visuals can only interact with the outer DOM for processing.

 

I have found a submitted idea about this thought ——Button - New Action Type - Python/R Script , please vote it up and hope Power Bi will implement this in nearby future.

 

Refer to:

https://community.powerbi.com/t5/Developer/Python-script-activated-on-Button/m-p/945068

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@weijunawj ,The information you have provided is not making the problem clear to me. Can you please explain with an example.

Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

i want to have a button whose action is to display the output message from my python script

@weijunawj  Only one availbale way is use 

raise Exception("Hello World")

but this will stop script execution

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 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.