I've connected to a table in BigQuery of reviews left by customers. When I import this data I see some of the values getting weirdly repeated. Below is an example of one of these values getting repeated. In the source table there's only one review that starts with "Worst insurance services". This is just one example, other values get repeated.
The created_datetime_review, id and rating are all correct for the row, it's just the review that's wrong.
The aggregation on all fields is set to "Don't summarize". I've made this in a fresh report so the reviews data is the only table imported and there's no transformations or formula applied at all in DAX or the Query Editor.
When I look in the Data tab I see the same repeating values
However in Query Editor if I filter the review column for begins with "Worst insurance services" I get only one row (which is correct). So I can't understand what's changing between then and this table.
Anyone know how to stop this duplication? I've tried refreshing the data, making a new workbook, using Direct Query instead Import, all without success.