Forum Discussion

MBWATSON's avatar
MBWATSON
Icon for Helper II rankHelper II
9 months ago
Solved

Data doesn't show in data view but is in Power Query

In data view, I have missing rows yet when I view the data in Power Query, the rows are there. They appear to all be rows that have one provider's name in them. When I filter Power query to only that...
  • danextian's avatar
    9 months ago

    After filtering in Power Query, check if you have any later steps that might be dropping rows. For example, if you filter first by a specific provider name and then remove duplicates on the Department column, the row for that provider will be kept because the filter makes it the only one left for that department. But if the filter is not applied before removing duplicates, Power Query will keep the first department record it finds, which might belong to a different provider.