Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone,
In a table, I would like to create a new column where it will show the value of an existing column [AnswerText] if my column [AnswerCode] is equal to "A1629032" and I want this value to be written in the same line as the [QuestionCode]="Q1228101"
Basically, value in C3 should be written in D5 and D7 :
Thanks in advance,
Solved! Go to Solution.
Hi @Anonymous ,
Something like this should calculate your column:
Hi @Anonymous ,
Something like this should calculate your column:
Thank you for the answer!