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
Anonymous
Not applicable

Remove Null values from a column

Hi 

How do I remove null values from a column named PO so that the entire row gets deleted that Conatins Null Value in PO Column.

I can't filter it out because the column has more than 1000 rows and the filter list is limite to 1000

1 ACCEPTED SOLUTION
MauriceMecowe
Resolver II
Resolver II

Hi,

 

If you're in the edit queries screen, you click on the arrow and in the drop-down menu you should be able to click sort ascending or descending. In general the null value should sort on the top, where you can uncheck the null mark.

 

Otherwise when you want to load the data, click advanced and use a WHERE clause with [PO] IS NOT NULL, if your data comes from sql server db.

View solution in original post

3 REPLIES 3
MauriceMecowe
Resolver II
Resolver II

Hi,

 

If you're in the edit queries screen, you click on the arrow and in the drop-down menu you should be able to click sort ascending or descending. In general the null value should sort on the top, where you can uncheck the null mark.

 

Otherwise when you want to load the data, click advanced and use a WHERE clause with [PO] IS NOT NULL, if your data comes from sql server db.

Anonymous
Not applicable

Thanks @MauriceMecowe it did work 

Thank you @MauriceMecowe - work for me as well!

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.