Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Help with my comment added column

Hi all, any support would be appreciated.Need Help

 

I have a table with column Question_Name that are similar to each other Communication skills and Area of improvement identified : Communication skills. The first is a yes or no answer, the second provides me with the reason for that answer and I want to match them up for the same eval_key so when I filter to No I get the comments why the answer is no. Been around the houses trying to match up new columns I've added to get a separate column where No is selected I get the comments from that additional column but it's just not worked with the below:-

 

Comment Added = IF(AND('dw Verint_Answers'[Comment]='dw Verint_Answers'[Question_Name],'dw Verint_Answers'[eval_key]='dw Verint_Answers'[eval_key - Copy]),'dw Verint_Answers'[Answer])
 
Can someone help fix this or come up with a better way to filter to comments when the answer is yes no please?
 Sample data
Question_NameAnswereval_key
Communication skillsNo1234
Area of improvement identified : Communication skillsNeeds to improve sales1234
3 REPLIES 3
Anonymous
Not applicable

Yes, you've got it. 🙂

What I would do is use Power Query and separate the rows (by duplicating the query and filtering) by the Skills and the Areas of Improvement. Then, merge the queries using the eval_key and extract the areas of improvement comment. Keep in mind that you might need to use another column as a key as well in case eval_key column doesn't have unique values after separating the data. 





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





ray_aramburo
Super User
Super User

If I understood correctly, you want to get a new column that indicates if your Answer= No (or Yes) then you want to show "Needs to improve sales", is that correct?





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors