Forum Discussion
Kumarun
Helper I
4 years agoDax
Hi Guys, I have the employee's id and project, employee 1 has some projects, but employee 2 is empty. whatever projects employee one has, they should also reflect on employee two. lik...
- 4 years ago
Kumarun , a new column
If(not(isblank([project])), [project], maxx(filter(Table, Table[emp Id]=1),[project] ) )
amitchandak
Super User
4 years agoKumarun , a new column
If(not(isblank([project])), [project], maxx(filter(Table, Table[emp Id]=1),[project] ) )
Kumarun
Helper I
4 years agoThank you