Power Query Transform Sample File

Zibi

Board Regular
Joined
Feb 2, 2012
Messages
73
Hi, Would anyone know where the Transform Sample File step get the column format assignment?

In some cases it is incorrect and I do not see how can I change this, if I try to change at this step the amounts i get are whole $ without the cents.

Thanks
Z
1629129137529.png
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
seems an automated step. Since the value in row 1 is alpha numerical, it is defined as text. Replace the step with promotie headers. Then define the data type as currency.
 
Upvote 0
seems an automated step. Since the value in row 1 is alpha numerical, it is defined as text. Replace the step with promotie headers. Then define the data type as currency.
Hi, Unfortunately that is not correcting the issue, since the automatic step recognized the values as text it is removing the cent values
1629146912025.png
 
Upvote 0
How did you define the source file encoding? Try utf 8. 65001 unicode.
 
Upvote 0
How did you define the source file encoding? Try utf 8. 65001 unicode.
I used get data from folders where I have the .xlsb files therefore the source file encoding is automatic, please let me know if there is a way I can adjust this.

here is a sample of the excel file
1629151549402.png
 
Upvote 0
Xlsb is a bad match for Power Query.
The value seen by PQ is the formatted value and not the actual cell content. Same as for legacy file formats like xls.
Formatting the source files seems to be the solution.
Earlier I was assuming you were importing csv files.
 
Upvote 0

Forum statistics

Threads
1,221,446
Messages
6,159,917
Members
451,603
Latest member
SWahl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top