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
mahoneypat
Microsoft Employee
5 years agoPlease 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