Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am trying to add a column with an IFS formula.
Column F: "POST"
Column J: "AMOUNT"
If POST text contains "DR", then calculate AMOUNT to be a negative number
If POST text contains "CR", then leave AMOUNT as a postive.
Please help. Thank you in advance.
Perhaps like:
mycolumn = if(CONTAINSSTRING(ColumnF)="DR",-ColumnJ,if(CONTAINSSTRING(ColumnF)="CR",ColumnJ,<if not CR or DR,do>)
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.