Forum Discussion
billjn
6 years agoAdvocate I
PATH function always results in multiple values error
I've been trying to use the DAX PATH function as I have a project where I'll need to know the organization hierarchy for security purposes. Every time I use the PATH function I receive this error: ...
- Anonymous6 years ago
Hi billjn ,
Please create a calculated column instead of measure with same formula just like below screen shot, it works well.
In addition, you can review the documentation for more details.
Parent and Child Functions -Hierarchies
Best Regards
Rena
Anonymous
6 years agoNot applicable
Hi billjn ,
Please create a calculated column instead of measure with same formula just like below screen shot, it works well.
In addition, you can review the documentation for more details.
Parent and Child Functions -Hierarchies
Best Regards
Rena
- billjn6 years agoAdvocate I
Thank you SO much! That did it - creating a column rather than a measure!!!