Forum Discussion
Power BI Desktop is not reading correct data from Excel
- 9 years ago
Hi Thomas897,
It is possible to load the duplicate rows, I create the following sample test, it upload correctly.
The table imported into Power BI
Please check if there is a Power Query like: #"Removed Duplicates" = Table.Distinct(#"Changed Type", {"Date"})
Please revoke the step and check if it works fine.
Best Regards,
Angelia
I have different bills of the same amount and the same day and I think power BI does not count them because it thinks they are duplicates. Is that possible ?
Hi Thomas897,
It is possible to load the duplicate rows, I create the following sample test, it upload correctly.
The table imported into Power BI
Please check if there is a Power Query like: #"Removed Duplicates" = Table.Distinct(#"Changed Type", {"Date"})
Please revoke the step and check if it works fine.
Best Regards,
Angelia