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.
Hi everyone
I am new to power bi, i am confused to create a Column with DAX formula.I have a column with 'F' and 'S'with 1's and 0's and another column with 0,1,2,3,4,5,6 now i have to create a column with b,1,2,3,4,5,6
with logic IF((SUM=1 then 1),IF(AND(Sum=4,F=0 then 4),IF(AND(sum=6,S=0 then 6),IF(F=1 || S=1 then "b")))
How can i achiew this LOGIC using DAX in power bi
Thanks in advance
Aryan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.