Forum Discussion
harsha449
8 years agoFrequent Visitor
PATHITEM function to extract string from the URL
Hi, I'm trying to extract string from the URL using PATHITEM function, it is working fine for DAX when the data is in excel. Now I'm connect to direct query, i need to use DAX formula compati...
v-chuncz-msft
8 years agoCommunity Support
harsha449
8 years agoFrequent Visitor
Thanks Sam for looking into it.
=MID(H5,SEARCH("pages/",H5,1)+5,(SEARCH("/",H5,SEARCH("pages/",H5,1)+6)-(SEARCH("pages/",H5,1)+5)))
Could you please help in editing it.
to get "Careers" in new column.
Regards,
Sri
- v-chuncz-msft8 years agoCommunity Support