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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Bansi008
Helper III
Helper III

How do i write syntax to create custom column

Hi All,

I want to create a custom column using a combination of two different columns in the table. For example, i have given sample table below, i want my end output as if Country equals to Canada and Sector equals to cash then new column should populate Cash or else default value as country column. 

 

Someone please help me on this.

 

CountrySectorr
CanadaCash
United StatesGovernment
IndiaCorporate
GermanyGovernment
CanadaCorporate
PolandCash
OmanGovernment
RussiaGovernment
SwedenGovernment
3 REPLIES 3
Bansi008
Helper III
Helper III

I got the solution. Thanks for your reply

I'm glad to hear it!

Please mark as solved for other users who may have the same problem

mlsx4
Memorable Member
Memorable Member

Hi @Bansi008 

 

I'm not sure if I have understood what you want to return in the else part (I have put Table[Country]), but you can modify it by [Sectorr]:

New column = IF('Table'[Country]= "Canada" && 'Table'[Sectorr]="Cash", "Cash",'Table'[Country] )

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Users online (4,576)