Hello Christie,
Thank you for reaching out and I am sorry to hear you are experiencing such difficulty.
If your pivot table has two or more columns of data and you want to ensure only rows with non-empty values in both columns are displayed, you can use Value Filters.
Right-click on a cell in the column you want to apply the filter to within the pivot table.
Hover over Filter, then select Value Filters.
Choose Does Not Equal and then enter or select the value that represents an empty cell (e.g., 0 or an empty string, depending on your data).
Repeat the process for the other column.
Another solution is to prepare your data to ensure it meets your criteria before it even gets into the pivot table.
Add a new column in your source data.
Use an IF or similar formula to identify rows where both of the relevant columns have data (e.g., =IF(AND([@Column1] <> "", [@Column2] <> ""), "Include", "Exclude")).
Refresh or create your pivot table based on this adjusted data set.
Use the new column as a report filter or row filter and set it to only show rows where the value is "Include".
This method keeps all data manipulation within the pivot table's capabilities, maintaining your ability to sort.
I hope I have been able to resolve this for you today and I hope you have a good day.
Best Regards,
Ozi N