Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Country | Sectorr |
Canada | Cash |
United States | Government |
India | Corporate |
Germany | Government |
Canada | Corporate |
Poland | Cash |
Oman | Government |
Russia | Government |
Sweden | Government |
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
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] )
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
109 | |
100 | |
39 | |
31 |