Forum Discussion
New Columns to add
- 5 years ago
Hi Anonymous ,
Try to change the step of "Expanded Table column1", like below and remove the step of "Changed type".
#"Expanded Data" = Table.ExpandTableColumn( #"Removed Other Columns1", "Transform File", Table.ColumnNames(Table.Combine(#"Removed Other Columns1"[Transform File])), Table.ColumnNames(Table.Combine(#"Removed Other Columns1"[Transform File])) ),And remember to change the step "Trimmed Text" like so:
#"Trimmed Text" = Table.TransformColumns(#"Expanded Data",{{"Profit & Loss", Text.Trim, type text}}),Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
If this is from a csv file, go to your Source step, and remove the "Columns = 20".
--Nate
HI Nate,
We have thtree more stores and they don't appear in the table
- Jimmy8015 years agoCommunity Champion
Hello Anonymous
most probably you have a filter-step somewhere in your query. If you have a CSV-file with all your stores in, then Power query will read them.
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy