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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
srigag900
Frequent Visitor

Parameterizing python codes in power query Advance editor

Hello Folks,

 

I have a python code which needed to be parameterized in power bi . You can see the below python code . I have three parameters called user, pw and server_address

 

from tableau_api_lib import TableauServerConnection
from tableau_api_lib.utils.querying import get_views_dataframe

username = "" & user & ""'
password = '"" & pw & ""'
server = '"" & server_address & ""'

tableau_server_config_ft = {
    'my_env': {
        'server': server ,
        'username': username,
        'password': password
    }
}  

conn = TableauServerConnection(tableau_server_config_ft, env='my_env')
conn.sign_in()

 

But If i put my credentials in the code as it is, this works. 

Can somebody help me regarding this? 

2 REPLIES 2
amitchandak
Super User
Super User

@srigag900 , You should be able to use M parameters here

https://learn.microsoft.com/en-us/power-query/power-query-query-parameters

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

@amitchandak 

 

Yes. I m using three parameters. but cannot embed this in to  python code.

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.