Forum Discussion

AlanSphinx's avatar
AlanSphinx
Frequent Visitor
1 year ago
Solved

Need help to get LOOKUPVALUE and PATH functions to a Dataflow

Hello Everyone, 

 

I would like to know if theres a way to get this DAX formula working on PowerQuery formula

 

 L1 Manager Name = LOOKUPVALUE(WorkForce_Curated[cn],WorkForce_Curated[employeenumber],PATHITEM(PATH(WorkForce_Curated[employeenumber],WorkForce_Curated[managerEmployeeNumber]),2,TEXT))
 
I use it to get Hierarchy of people in an organization but i would like to get it into a dataflow but i can't just find a way to do it, i can only create the columns in Desktop version using DAX but that takes me a lot of time each time I need to do it.
 
Th

2 Replies