Forum Discussion
Bug: Data from Power BI Dataset differs when connecting using AS and in Direct Query Mode
- Anonymous4 years ago
Thank you for looking into the issue.
No. The source of data is the same. Only the connector and connection mode differs.
I introduced an index column in the table of original dataset and introduced it as the first column in the import query that used AS connector (to avoid aggregation).
This resulted in matching values/ entries.
There are null values in some numeric columns which could have caused problem during aggregation.
I tried replacing null with zeros in the original dataset. But for some reason it didn't work!!!
I m not sure what is causing the issue.
But the work around of introducing a primary key column as the first column in the AS query seems to be working for me now.
Thanks & regards,
Mannu
Hi Anonymous
Ok awesome thanks for letting me know.!