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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
CPRGroup1
New Member

New Column Ignoring Blanks

Hi there,

I would like to create a New Column using a calculation but skipping over in the rows that contain blanks.

ie.

New Column = Column 2 - Column 1

In Column 2 there are blanks.

I'd like the equation to not apply to the rows with blanks in coloum 2.

Thank you

2 REPLIES 2
tarunsingla
Solution Sage
Solution Sage

NewColumn = IF(NOT(ISBLANK(column2)), column2 - column1)

HotChilli
Super User
Super User

Use an IF statement with ISBLANK

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.

Top Solution Authors