Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone,
I do not have the exact same numbers from my power BI and my Excell file although I got the exact same filters on my columns...
I do not understand...
Thank you !
Solved! Go to Solution.
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 found why, because I have some duplicates on my excell but I want to keep them.
How may I do this ?
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