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.
Hello PBI Community Good Day!
Per the error message below, I'm trying to change the Batch size to 1000 in Power Query - Advance Editor to prevent the error message below. This is the only solution I have to resolve at the moment, please advise of any others.
Per my attempt to add in [BatchSize = 1000] I'm getting another error message....screen shots below.
Please contact me with any questions
Much appreciate your help
Thank you
Screen shot available below to show how I set it up in Advanced Editor.
Solved! Go to Solution.
Hi @PBI-Curious ,
The right parenthesis seems to be misplaced:
It should be in the end of the Source parameter ,like:
Source=Odbc.Query("dsn=your_dsn", "select * from Customers",[BatchSize=2000])
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @PBI-Curious ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution to make the thread closed.
Best Regards,
Eyelyn Qin
Hi @PBI-Curious ,
The right parenthesis seems to be misplaced:
It should be in the end of the Source parameter ,like:
Source=Odbc.Query("dsn=your_dsn", "select * from Customers",[BatchSize=2000])
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
9 | |
7 | |
5 | |
5 | |
5 |
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |