Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi I have a table with a column called "RevitFilePath" and I want to retrive the folder name after 4 "/" from the left till the next /.
Also omit any row that does not have this criteria. Shown below.
I have tried the following just to the text after the 4th "/" but ultimately I want to achieve as mentioned above.
RevitFilePathOpt =
LEFT (SEARCH("\",[RevitFilePath]), (REPT("\",4)))
Thanks in advance!
Solved! Go to Solution.