Forum Discussion
Anonymous
6 years agoNot applicable
Variable skip by delimiter based on other column
Is there any way in Power Query to reference another column as the number of delimiters to skip?
...
#"Inserted Text Between Delimiters" = Table.AddColumn(#"Previous step", "Text Between Delimiters", each Text.BetweenDelimiters([COLUMN_TO_EXTRACT], "#(cr)", "#(cr)", ¿¿COLUMN REFERENCE??, 0), type text),
...
Best regards.
Hi Anonymous
Sure, just manually adjust the script after as per below.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
2 Replies
- AnonymousNot applicable
I swear that was the first thing I wrote but got an error. Probably misspelled something. Thanks!