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
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
v-eqin-msft
Community Support
Community Support

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
v-eqin-msft
Community Support
Community Support

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.

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
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.