Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
Anonymous
Not applicable

DataSource.Error: exceeded 100000 distinct who/what's

Hi ,

 

I'd like to connect  my report to an online service : Salesforce objects .

But I have the following error when I try to reach SFDC object ( work for account ( 250k rows) , opportunities (250k rows)  , but not for task )

 

 DataSource.Error: exceeded 100000 distinct who/what's

 

 
I tried to investigate a bit and discovered that I had to be an Admin user , but I already am ( Local Administrator (Lightning) ) .
 
Any ideas ?
 
TIA 🙂
4 REPLIES 4
mihai_scrobotov
Frequent Visitor

For those still wondering, the Salesforce.Data built-in connector in Power Query folds queries, so you can include a filter in your query, which allows you to at least see what columns etc. are available. You can refine the filter after.

 

Here is what worked for me: 

 

let

Source = Salesforce.Data(

"https://login.salesforce.com/",

[

ApiVersion = 48,

CreateNavigationProperties=true

]

), 

Table = Source{[Name="Task"]}[Data],

Filtered = Table.SelectRows(

Table,

each [CreatedDate] >= #datetime(2026, 6, 1, 0, 0, 0)

in 

Filtered

ReportMaster
Post Partisan
Post Partisan

Hi, were you able to find a solution? As a workaround, maybe you can try to test your connection with a 3rd party connector. I've tried windsor.ai, supermetrics, and funnel.io. I stayed with Windsor because it is much cheaper so just to let you know about other options. In case you wonder, to make the connection first search for the Salesforce connector in the data sources list:

 

SALESFORCE-1.png

 

After that, just grant access to your Salesforce account using your credentials, then on preview and destination page you will see a preview of your Salesforce fields:

 

SALESFORCE-2.png

 

There just select the fields you need. It is also compatible with custom fields and custom objects, so you'll be able to export them through windsor.  Finally, just select PBI as your data destination and finally just copy and paste the url on PBI --> Get Data --> Web --> Paste the url. 

 

SELECT_DESTINATION_NEW.png

Anonymous
Not applicable

@Anonymous,

Could you please use Power BI Desktop  to connect to salesforce objects and check if you get same error?

In addition, the issue is related to the permission of your saleforce account, I would recommend you post the question in Salesforce forum to get dedicated support.

Regards,
Lydia

Anonymous
Not applicable

Hi @Anonymous ,

 

I'm already using PBI desktop ...

I'll try Salesforce forum , Thx 🙂

 

Regards,

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.