Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a Column with some description like 1024D 32A DL WO MODEM VER1.2 99/2006-24V
I need to Search for text VER, if it is found then need to extract VER1.2 as my column.
Please help me out.
Thanks....
Solved! Go to Solution.
Hi,
Try this:
Text.Range( [Column] , Text.PositionOf( [Column] , "VER" ) , 6 )
Br,
J
Hi,
Try this:
Text.Range( [Column] , Text.PositionOf( [Column] , "VER" ) , 6 )
Br,
J
Thanks... It Worked
User | Count |
---|---|
84 | |
81 | |
64 | |
53 | |
45 |
User | Count |
---|---|
100 | |
48 | |
42 | |
39 | |
38 |