Radoslaw Poprawski
Active Member
- Joined
- Jun 19, 2021
- Messages
- 398
- Office Version
- 365
- Platform
- Windows
Hello,
Ive been having this issue with Table.TransformColumns for a long time:
How then, do I access the text hidden in "Invoice Currency" column and merge it with existing text using this specific command
Currently, I'm getting an expression error as if the column name was not recognized.
Ive been having this issue with Table.TransformColumns for a long time:
Power Query:
= Table.TransformColumns(Custom2, {"Invoice number/ Document reference number", each if Text.Middle(_, 0,3) = "ING" then _ & " " & [Invoice Currency] else _ })
How then, do I access the text hidden in "Invoice Currency" column and merge it with existing text using this specific command
Currently, I'm getting an expression error as if the column name was not recognized.