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
Anonymous
Not applicable

Cannot assign a value with python in power query

Hello guys, 

 

I am working on a table in power query. As well, I am using python script from the transform tab. The problem I have occurs when I want to assign a value to a specific column and row in the dataset.

 

Here is an example:

nameday
max1
alfred2

 

If I want to change the values of the "day" column, I do this:

 

 

 

 

 

dataset.iloc[0]["day"] = 0
dataset.iloc[1]["day"] = 0

 

 

 

 

 

 

When Power Query execute the python script, the table didn't change.

Any help?

 

Thank you!!

0 REPLIES 0

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.

Top Kudoed Authors