The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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