Forum Discussion
Anonymous
3 years agoNot applicable
DAX PATH function Error
hello team, 1. i have below sample data in csv which is used to create sankey chart in PowerBI 2. Now I want to create a new column to find the parent node for each target node. I want to us...
amitchandak
3 years agoSuper User
Anonymous , The parent value should be there on the child side
https://docs.microsoft.com/en-us/dax/path-function-dax#remarks
Anonymous
3 years agoNot applicable
Hi amitchandak ,
do you mean that switch the two paramters of PATH function. I tried with below, and still failed.
Column = PATH(test[source], test[target])
Thanks,
Cherie