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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
| Question | Score |
| A | Yes |
| B | No |
| C | No |
| D | Yes |
| A1 | No |
| B1 | Yes |
| C1 | No |
| D1 | Yes |
| Output | |
| Question | Score |
| A | No |
| B | Yes |
| C | Yes |
| D | No |
| A1 | No |
| B1 | Yes |
| C1 | No |
| D1 | Yes |
@amitchandak @bvanderwatt @Rayshin @tamerj1 @SpartaBI
Hi @arvindarvind24 ,
if Text.Contains( [Question], "1")
then [#"Score"]
else
(
if Text.Contains([Score], "No")
then Text.Replace([Score],"No","Yes")
else Text.Replace([Score],"Yes","No")
)
Result:
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@arvindarvind24 , a new column in the power query
if Text.Contains([Question], "1") then [#"Score"],
else if [Question] then Text.Replace([#"Score"],"No","Yes")
else Text.Replace([#"Score"],"Yes","No")
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 15 | |
| 14 | |
| 13 |