Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Power Query Table != Power BI Table

Hi,     I have a table loaded in 3 different places in one Power BI file: 1) In Power Query - produces expected results 2) In Power BI Data Table views - produces expected results 3) In Power B...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Replicated the query on a csv extract, no problems if it's a connection to csv. Something with the connection/connector is bugged.

  • Anonymous's avatar
    Anonymous
    7 years ago

    It turns out that this particular connector repulls the query at each applied step, and as the query randomizes the data pull every time it breaks the order of items. The solution is to sort at the very top of the query to lock the sort order. This negatively impacts query refreshing and editing quite a bit so heads up on that.