The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
Solved! Go to Solution.
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.
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.
User | Count |
---|---|
58 | |
56 | |
55 | |
50 | |
32 |
User | Count |
---|---|
172 | |
89 | |
70 | |
46 | |
45 |