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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Jakuza
Helper I
Helper I

Conditional Column

Hi, I'm trying to create a conditonal column and not sure how to do it properly.

 

For example, I have two columns, one is called OU and the other is called Office. The OU column has values that say "Computers" where as the column "Office" has the value that I want to display, is there any way that I can do somethingl ike:

If Column "OU" value equals "Computers" then "Office" value replaces that?

 

|     NAME       |       OU      |     Office    |
| Computer 1  | Computers| Austin, TX |
| Computer 2  | Dev Server|      Root     |

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Then try

 

IF(Table(OU) = "Computers", Table(Office), Table(OU))

 

Does this help?

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Jakuza,

 

Try creating a new column using an IF condition

 

IF(Table(OU) = "Computers", Table(Office), [else...])

 

Are there multiple conditions like "Computers"? If the value is not "Computers", what would you like to display as Office?

The idea is that if it displays something other than "Computers", the value should not change.

Anonymous
Not applicable

Then try

 

IF(Table(OU) = "Computers", Table(Office), Table(OU))

 

Does this help?

Thank you!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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