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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
faronicus
Frequent Visitor

How to grab a value from one column row based on a condition of another column row

Hello,

 

Relatively new to Power BI. I am just using one table here. I just want to retrieve the value (simply get the value, no calculation) of one column, based on a condition of another column, and place that value into a new, third column.

So for example:

Animal             Type                New Column

Beaver              Mammal         

Lizard               Reptile

Monkey            Mammal

Snake                Reptile

 

If the Type = Mammal then I'd like the Animal value placed in New Column. How is this done??

Result should be this:

Animal              Type                New Column

Beaver               Mammal         Beaver

Lizard                 Reptile

Monkey             Mammal          Monkey

Snake                 Reptile

 

Bonus points for putting a value in the blanks, like "null" or "NA". Thanks.

1 ACCEPTED SOLUTION
v-jtian-msft
Community Support
Community Support

Hi,@faronicus 
I am glad to help you.
You could try this:

 

New Column = IF('Table'[Type] = "Mammal", 'Table'[Animal], BLANK())
New Column2 = IF('Table'[Type] = "Mammal", 'Table'[Animal], "NA")

 

 the test result :

vjtianmsft_0-1719364375244.png

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.

Best Regards,

Carson Jian,

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
faronicus
Frequent Visitor

Thank you, that's what I wanted!

v-jtian-msft
Community Support
Community Support

Hi,@faronicus 
I am glad to help you.
You could try this:

 

New Column = IF('Table'[Type] = "Mammal", 'Table'[Animal], BLANK())
New Column2 = IF('Table'[Type] = "Mammal", 'Table'[Animal], "NA")

 

 the test result :

vjtianmsft_0-1719364375244.png

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.

Best Regards,

Carson Jian,

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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