The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.