Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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