Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Calculating numbers from text

Hi there,

I have 3 columns of data in a data set which i need to use to calculate the number of direct reports, the number of indirect reports and also what layer number an individual sits in with regards to the org design.

I have attached a copy example of the data set with the format of the columns and also the formula that i currently use to calculate this in excel. I need to convert the excel formulas to DAX formulas so i can replicate this in Power BI.

Hoping you can help me

Number of Direct ReportsCOUNTIF(Workers Manager,"*"&$Preferred Name&"*")
Number of Indirect ReportsCOUNTIF(All Managers in Management Chain,"*"&Preferred Name&"*")-Number of Direct Reports
Layer No.(((LEN(All Managers in Management Chain)-LEN(SUBSTITUTE(All Managers in Management Chain,CHAR(10),""))+1)/2)+0.5)

Thank you

 

Preferred NameWorker's ManagerAll Managers in Management Chain
Tim FellowPaul ScholesRoger Rabbit

Daffy Duck

Mike Myers

Shirley Temple
Mark WrightTim FellowRoger Rabbit

Mike Myers

Jose Hernandez Lugo

Shirley Temple
John BarnesKirsty GallagerRoger Rabbit

Daffy Duck

Mike Myers

Juan Carlos Rangel Lopez

Shirley Temple