Hi
I want to use this code to extract the first part of a file path:
,
However, when this runs it returns the error:
In the online documentation I found references to Occurence.Last, Occurence.First, but nothing that would allow me to set the occurence value I need.
Grateful for advice.
Regards
I want to use this code to extract the first part of a file path:
Power Query:
Location1=Text.Start(Address,Text.PositionOf(Address, "\", 2))
However, when this runs it returns the error:
Code:
Error Message:
We cannot convert a value of type List to type Number.
Details:
Value=List
Type=Type
In the online documentation I found references to Occurence.Last, Occurence.First, but nothing that would allow me to set the occurence value I need.
Grateful for advice.
Regards