Forum Discussion
Giavo
8 years agoHelper III
path
Hello, i have one interesting question, i have a Path column(19 levels down) and SubPath column Path Column, Sub-Parh Column A/B/C B/C A/B/D B/D ...
- 8 years ago
Hi Giavo,
Please try this formula:
Column = IF ( ISERROR ( FIND ( 'Path'[Sub-Path Column], 'Path'[Path Column] ) ), "False", "True" )
Best regards,
Yuliana Gu
v-yulgu-msft
8 years agoMicrosoft Employee
Hi Giavo,
Please try this formula:
Column = IF ( ISERROR ( FIND ( 'Path'[Sub-Path Column], 'Path'[Path Column] ) ), "False", "True" )
Best regards,
Yuliana Gu