Forum Discussion
Anonymous
5 years agoNot applicable
Path function in Power Query
Hi Guys, I want to use this DAX formule in Power Query. Path = IF(Medewerkers[Active] = "true", PATH(Medewerkers[Email],Medewerkers[Manager Email]),BLANK()) So I tried the following co...
- 5 years ago
Please see this article. It provides a way to do PATH equivalent with M in your query. One of the selectable outputs matches the output by the PATH function. It also has fewer limitations that the PATH function (see article).
Guest Post: Using List.Accumulate for Input/Output Genealogy – The BIccountant
Pat
Anonymous
4 years agoNot applicable
Hi Anonymous, I am facing very similar situation as you - I have both condition and path function in DAX that I need to translate to M. I have been trying to write it according to the enclosed webpage but it is still not working. The condition is just always wrong. Can you maybe share how you combined IF and PATH and it worked? Thank you very much for any guidance!