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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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