Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
like this:
emp id project
1 A
1 A
2 A
2 A
suggest me on this .
Thnak you.
Solved! Go to Solution.
@Kumarun , a new column
If(not(isblank([project])), [project], maxx(filter(Table, Table[emp Id]=1),[project] ) )
Thank you
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.