Forum Discussion
jyaul786
2 years agoHelper II
Remove Right most Item from Path column
Friend,,
i have path column:
| ABC |
| ABC|CDE|XYZ |
| ABC|CDE|PQR|EFE |
| DE|MNO |
| DE|MNO|LP |
i want to get remove right most Item from path column and result will be like:
| ABC |
| ABC|CDE |
| ABC|CDE|PQR |
| DE |
| DE|MNO |
how can i achieve using DAX ?
or try this