This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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:
| name | day |
| max | 1 |
| alfred | 2 |
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!!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.