Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rohitjmd
Helper II
Helper II

IF statement in custom column

hello, 

 

i am trying to add a custom column where if value in column A is greater than 0 then column A value should appear, if not value from column B should appear, though if both column have null then null should appear in custom column. i tried to do this with custom and conditional column method but error appers in some rows in both method. please suggest.

 

AB
nullnull
nullnull
nullnull
0null
nullnull
0null
null0
null5.94
7.75null
7.75null
3.93null
4.12null
4.12null
3.98null
4.2null
8.5null
nullnull
nullnull
4.2null
1 ACCEPTED SOLUTION
PattemManohar
Community Champion
Community Champion

@rohitjmd  Try this as a "Custom Column" in Power Query Editor

 

=if [A]=null or [A]<=0 then [B] else [A]

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

2 REPLIES 2
cooksteve09
Frequent Visitor

What if the column headers change each day? my problem is very similar, i have a date column which then i pivot so the dates become the column headers and i am after a custom column that looks at the previous day and returns those values if greater then the day before else show 0....any help would be greatly appreciate!

PattemManohar
Community Champion
Community Champion

@rohitjmd  Try this as a "Custom Column" in Power Query Editor

 

=if [A]=null or [A]<=0 then [B] else [A]

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.