Forum Discussion

uhdacarter's avatar
uhdacarter
Frequent Visitor
4 years ago
Solved

Imported Data Table does not match Data Transformation result

I am having a very strange problem with an Imported Data Table not matching the Power Query results.   I am building a table of 10 dates which are the distinct date values occurring in a "Pull Date...
  • KNP's avatar
    4 years ago

    It's a bit of a stab in the dark but can you try adding a List.Buffer() to the source step?

    Source = List.Buffer(List.Sort(List.Distinct(Table.Column(CombinedData,"Pull Date")), Order.Ascending)),