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
aleonor
New Member

Create a new column with filtered data from another column

Hi,

 

I wand to creat a new column that bring the data filtered from other column in the same table.

 

Look at the image, the idea is to have another column with amount value that type is 22, for example.

 

aleonor_0-1595569555791.png

 

Thanks,

 

2 REPLIES 2
harshnathani
Community Champion
Community Champion

Hi @aleonor ,

 

If you want to do it in DAX.

 

New Column = IF ('Table'[Type] = 22, 'Table'[Amount],Blank())

 

1.jpg

 

If in Power Query

 

if  [Type] = 22   then [Amount] else null

 

2.JPG

 

 

Regards,
Harsh Nathani

Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!

Thanks @harshnathani,

 

This only can be done in Import Mode, it don't work in DirectQuery?

 

Thanks.

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.