Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I have created this formula in excel row 2 and want to convent in Dax.
=IF([@[Serial Number]]=A3,R3&"-->"&[@[SOA Process]],[@[SOA Process]])
any lead ??
Calculated Column:
=IF(Table[Serial Number]="A3","R3"&UNICHAR(10132)&table[SOA Process],Table[SOA Process])
DAX
=IF(SELECTEDVALUE(Table[Serial Number])="A3","R3"&UNICHAR(10132)&SELECTEDVALUE(table[SOA Process]),SELECTEDVALUE(Table[SOA Process]))
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.