Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I try lo load the Account table and it stops at 128.001 with one error (I've seen there is another post with the same problem). If I refer to the same query, I can get different numbers:
-- 128.001 rows
#Account table
let
Source = Salesforce.Data(),
OpportunityLineItem = Source{[Name="Account"]}[Data],
#"Removed Other Columns" = Table.SelectColumns(OpportunityLineItem,{"Id", "Name", "RecordTypeId"})
in
#"Removed Other Columns"
-- this refers to the previous query and gets 222.001 rows:
let
Source = #"Account Table"
in
Source
Has anyone identified the solution to this problem? I am getting the same error "URL too long". I tried Power BI as well as Excel PowerQuery and I get the same error. It think it is because the table has too many columns. The error message gives the URL and it is all (or most) of the columns listed one after another. I don't have any ability to update the table or change the number of columns. Any help would be hugly appreciated!
This happens ALL THE TIME at our organization. It's not pulling in all the rows from Salesforce.
The only work around we've been able to figure out, is to load the entire object into excel without filtering anything in powerquery (from what I understand, when you filter in powerquery, it bumps into salesforce's restrictions very fast). Then once it's loaded into a table, create a new query and link to the loaded table. Then perform your transformations in a second query locally.
I have the same problem. PBI Support keeps telling me to update to the latest version (which I have - currently Jan 2016) and that's supposed to fix it. It's made the product unreliable and frustrating to work with.
I've had lower numbers pull through and still get the error which then cascades into the later tables not loading at all (1 row loaded 1 error; turns out it's a blank table row). Contact tables have loaded at 234 and 1 error and 82,001 and 1 error.
How can I see the error? I only see " loaded x rows with 1 error"
Not sure how you are connecting into Salesforce.com but be aware that Salesforce.com has execution Governors and Limits to prevent performance issues. It is quite possible that Salesforce.com connectivity is telling you that you are limited in the data you can extract.
Check out the url below for more info.....
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm
Diana
@fcivardi - Probably the best thing to do would be to turn on logging. Go to File | Options & Settings | Options | Diagnostics and check the box to enable Tracing. Run the data load and then take a look at the trace file.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
95 | |
86 | |
78 | |
66 |
User | Count |
---|---|
157 | |
125 | |
116 | |
111 | |
95 |