Forum Discussion
koorosh
2 years agoPost Partisan
count back slash
Hi Everybody, I have a table with a column "folder path". It has values like the following:(examples) C:\koorosh\apple\documents C:\mac\user C:\iphone\data\package\app I want to find the numbe...
- 2 years ago
Easy enough,
Greg_Deckler
2 years agoCommunity Champion
koorosh Simple fix, just subtract 1:
List.Count(Text.Split([Column1],"\")) - 1koorosh
2 years agoPost Partisan
Thanks Greg. I knew simple fix . I just let you know the result