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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
sharpedogs
Advocate II
Advocate II

Added Columns - I'm not sure how to do a calculated column using DAX

Hi, 

I have a data model that requires a significant number of (If Statements). I have 10 new columns that i created using If Statements. Based on the outcome of the If Statement there is either some text or a Blank. I now want to take thoes 10 created columns and merge them together in one calcuated column.  I can't figure out the DAX to use when creating the column. 

 

Below is an example of my data set 

 

I assume it should be some sort of If Blank statement... but i can't get the syntext.

 

Finding IDWorkflow 1Plan Final DecisionWHAT I NEED in a single new column 

FND-123

Needs Work  Needs Work
FND-345 Series A Series A
FND-456  Close it outClose it out
FND-678Needs work  Needs work
FND-908  Close it outClose it out

 

1 REPLY 1
lbendlin
Super User
Super User

Just add the column values together

 

New Column = [Workflow 1] & [Plan] & [Final Decision]

 

etc.

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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