Forum Discussion
Anonymous
5 years agoNot applicable
New Columns to add
Hi All, I have built power Query table which it gets the data from external file. I am importing in monthly P&L with Mulit location for example last month we had 20 store and this month we have ...
- 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.
AlB
Community Champion
5 years agoHi Anonymous
unless you share the pbix or the M code of what you are doing I don't see how we'll be able to help
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers