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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
ovetteabejuela
Impactful Individual
Impactful Individual

Power Query: Transform Sample File not Reflecting

Okay, I did some manual editing - I admit it...

 

What could I have done wrong this time... I did my transformations and data cleansing in the "Transform Sample file from XXXXX" but it does not reflect in the main query... For example I removed some columns and added new custom one but those changes did not reflect...

 

Hahaha but I'm having fun actually but it's starting to worry me because I think I'm spending too much time on it already... I'm tempted to redo but that would take more time. Hopefully I could troubleshoot so I'll learn something.

 

1 ACCEPTED SOLUTION

Sorry for not getting back to this, I can actually mark this as resolved now - the problem was the Function Name not being refered to properly i.e. mispelled. I'm able to get back on track.

 

My purpose was to gain more understanding on the M language. I came from a different platform I'm more of a VBA guy and when I started PowerBI it's just then that I appreciated DAX - it was the first thing I liked but later on M is gaining traction on my interest as well.

 

Basically I learn easily if I break something and then fixed it. Thanks for the response!

View solution in original post

2 REPLIES 2
v-sihou-msft
Microsoft Employee
Microsoft Employee

@ovetteabejuela

 

When you remove or add columns in your dataset, it supposes to add steps in your Power Query like:

 

#"Removed Columns" = Table.RemoveColumns(#"Changed Type",{"Amount"})

or

#"Added Custom" = Table.AddColumn(#"Changed Type", "Custom", each 1)

How did you add/remove those columns? Can you share some screenshots with steps?

 

 

Regards, 

Sorry for not getting back to this, I can actually mark this as resolved now - the problem was the Function Name not being refered to properly i.e. mispelled. I'm able to get back on track.

 

My purpose was to gain more understanding on the M language. I came from a different platform I'm more of a VBA guy and when I started PowerBI it's just then that I appreciated DAX - it was the first thing I liked but later on M is gaining traction on my interest as well.

 

Basically I learn easily if I break something and then fixed it. Thanks for the response!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 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 Solution Authors