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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
JMWDBA
Advocate II
Advocate II

Merging 3 calculated columns

So I am not certain if I went about this the right way but below are the formulas that drive 3 calculated columns based on the specified criteria.  Now what I need is to collapse the 3 columns into 1 column called "Term Status".  Can I do that and if so, how?

 

Term Veteran = IF('WW Registrations'[Term Military or Civilian]= "Civilian" && ('WW Registrations'[Term - Prior Branch of Service]="Yes"),"Veteran")

 

Term Civilian = IF('WW Registrations'[Term Military or Civilian]= "Civilian" && ('WW Registrations'[Term - Prior Branch of Service]="No" || 'WW Registrations'[Term - Prior Branch of Service]=""),"Civilian") 

 

Term Military = IF('WW Registrations'[Term Military or Civilian]= "Miltiary" && ('WW Registrations'[Term - Prior Branch of Service]="Yes" || 'WW Registrations'[Term - Prior Branch of Service]=""),"Military")

 

Each individual gives a column with the correct information but I need [Term Veteran] + [Term Civilian] + [Term Military] with this information in one column called [Term Status]

1 ACCEPTED SOLUTION
JMWDBA
Advocate II
Advocate II

The solution is actually just the following:

 

Term Status = ('WW Registrations'[Term Civilian] & ('WW Registrations'[Term Veteran] & ('WW Registrations'[Term Military])))

View solution in original post

3 REPLIES 3
JMWDBA
Advocate II
Advocate II

The solution is actually just the following:

 

Term Status = ('WW Registrations'[Term Civilian] & ('WW Registrations'[Term Veteran] & ('WW Registrations'[Term Military])))

Hasan
Resolver I
Resolver I

Have you try the

CONCATENATE([Term Veteran] + [Term Civilian] + [Term Military])

 

Yes, it does not work.  

 

2017-07-19_15-49-34.jpg

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.