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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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