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
Hello there,
I am new to Power BI and I have a query that I need help with.
I have two datasets:
1) Employee:
2) Request Comment
I want to be able to find the request comment is for which employee based on the name context in comment. Is there a way to do that in Power BI?
Thanks
Solved! Go to Solution.
 
					
				
		
Hi @AS123 ,
Here are the steps you can follow:
1. Create calculated column.
Column =
MAXX(
    FILTER(ALL('Request Comment'),
    CONTAINSSTRING('Request Comment'[Request Comment],'Employee'[Employee Name])),'Request Comment'[Request Comment])2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
 
					
				
		
Hi @AS123 ,
Here are the steps you can follow:
1. Create calculated column.
Column =
MAXX(
    FILTER(ALL('Request Comment'),
    CONTAINSSTRING('Request Comment'[Request Comment],'Employee'[Employee Name])),'Request Comment'[Request Comment])2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
 
					
				
				
			
		
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.
 
            | User | Count | 
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |