Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |