Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am getting this error while importing a dataset approximately 1.5 million rows from mongodb to powerbi through sql connector. I have used the same connection of other tasks, so the connection is good. I have filtered the rows to approximately 25000 rows. However, when I import my data into Power BI, I get this error:
Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [Expression.Error] Data source error occurred. SQLSTATE: 22003 NativeError: 0 Error message: ODBC: ERROR [22003] [MongoDB][API] integral data "3741325568" was truncated due to overflow. '.
Furthermore, while loading into power bi or even further data processing. The power query seems to query on the whole dataset even after row filter.
Can anyone help?
Hello @tenderd ,
try to limit the data from sql and load the 25000 rows =, like by creating a view that has the rows and columns you only need.
also try using star schema data model https://learn.microsoft.com/en-us/power-bi/guidance/star-schema
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea💡
Proud to be a Super User! | |
I cannot Query data like SQL here and restrict it. I am using MongoDB SQL connector here so all data from the database is loaded here then I filter out the data I need in power query. I do not see any option to create "match" / "project" nosql pipelines to filter exactly the data I need before it comes into power query.
However, if you think it is possible to apply filter and limit data, let me know. I would be happy to learn.
User | Count |
---|---|
76 | |
74 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
48 | |
47 |