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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
ishade
Regular Visitor

Empty Columns (no data) of DataFlow of a Salesforce Table

Hi, I want to prepare a report of real-time data of ‘Event’ table of Salesforce, Alexis. I tried it as following procedure but unlikely other table of the salesforce (Alexis), it is not available for me to see any data of the table but columns.

I got information the table ‘Event’ contains data of largest volume among Alexis. Would the volume be reason of  this trouble (no data shown) ? Any advice or suggestion would be much appreciated.

 

I tried to get data of ‘Event’ table as following ;

1.  On new source menu, I selected Salesforce Object,

ishade_12-1758782880746.png

 

2. Entered URL of Alexis (Salesforce) and clicked next,

ishade_13-1758782912040.png

 

3. Seeing table list of the Salesforce (Alexis), scrolled down,

ishade_14-1758782945768.png

 

4. Found target table ‘Event’ (in Japanese ‘行動’), selected it but no preview of the table is available for about 10 minutes

ishade_15-1758782968973.png

 

resulting error message of ‘evaluation cancelled’.

ishade_16-1758782989580.png

 

5. So I click ‘transfer data on above waiting screen and got to query window

ishade_17-1758783016959.png

 

6. showed ‘through-put’ speed of 0.1~1.0 KB/sec,

ishade_18-1758783043029.png

 

7. but resulting time-out error after 10 minutes.

ishade_19-1758783061012.png

 

8. So I clicked ‘save and close’ button

ishade_20-1758783081923.png

 

9. getting Dataflow and tried update resulting in ‘time-out’ error after 10 minutes also.

ishade_21-1758783105479.png

 

10. With the Dataflow, I prepared test report on Power BI Desktop

ishade_22-1758783127247.png

 

11. Seeing empty COLUMNS of the table without data.

ishade_23-1758783149208.png

 

I tried to make report of table model. I can refer columns but no data is shown at all...How am I supposed to do to see the data?

 

Again, it is not available for me to see any data of the table but columns.

I got information the table ‘Event’ contains data of largest volume among Alexis. Would the volume be reason of this trouble (no data shown) ? Thanks in advance for any advice or suggestion.

1 ACCEPTED SOLUTION
raja1992
Resolver I
Resolver I

Yeah, the Salesforce Event object is notorious for this — you’ll often see only the schema (columns) but no data comes through. A few things to know:

  1. Event is a “big object” in Salesforce.
    It stores massive volumes of activity data, and Salesforce limits how you can query it. Standard connectors in Power BI (or even SOQL queries in other tools) often time out when you try to pull it directly. So yes — the huge volume is usually the reason you’re only seeing empty columns.

  2. Check permissions.
    Sometimes Event data is restricted by Salesforce security/permissions. If your user account doesn’t have access to read those rows, Power BI will just show structure but no data.

  3. Workarounds:

    • Filter early in Power Query (date range, top N, etc.) so you’re not asking Salesforce to dump the entire Event history. Even just pulling the last 30 days can help.

    • Use Salesforce Reports instead of Objects. If you build a report in Salesforce (with filters you need), then connect Power BI to that report, it often loads much faster and avoids the timeout.

    • Export/Stage data: for really heavy objects like Event, many orgs export them to a data warehouse or use middleware (e.g., Dataflows, Azure Data Factory, MuleSoft, etc.) and then connect Power BI to that.

👉 In short: the empty columns issue isn’t a bug in Power BI — it’s either a volume problem or an access restriction from Salesforce. The quickest test is to build a small Salesforce report on the Event object (with a filter like “last 7 days”) and connect Power BI to that. If that works, then you know volume is the blocker.

View solution in original post

2 REPLIES 2
raja1992
Resolver I
Resolver I

Yeah, the Salesforce Event object is notorious for this — you’ll often see only the schema (columns) but no data comes through. A few things to know:

  1. Event is a “big object” in Salesforce.
    It stores massive volumes of activity data, and Salesforce limits how you can query it. Standard connectors in Power BI (or even SOQL queries in other tools) often time out when you try to pull it directly. So yes — the huge volume is usually the reason you’re only seeing empty columns.

  2. Check permissions.
    Sometimes Event data is restricted by Salesforce security/permissions. If your user account doesn’t have access to read those rows, Power BI will just show structure but no data.

  3. Workarounds:

    • Filter early in Power Query (date range, top N, etc.) so you’re not asking Salesforce to dump the entire Event history. Even just pulling the last 30 days can help.

    • Use Salesforce Reports instead of Objects. If you build a report in Salesforce (with filters you need), then connect Power BI to that report, it often loads much faster and avoids the timeout.

    • Export/Stage data: for really heavy objects like Event, many orgs export them to a data warehouse or use middleware (e.g., Dataflows, Azure Data Factory, MuleSoft, etc.) and then connect Power BI to that.

👉 In short: the empty columns issue isn’t a bug in Power BI — it’s either a volume problem or an access restriction from Salesforce. The quickest test is to build a small Salesforce report on the Event object (with a filter like “last 7 days”) and connect Power BI to that. If that works, then you know volume is the blocker.

Hi raja1992

 

I appreciate your reply in detail. 

Thanks to you, it is available for me to make new message for the syntax of TOPN as following.

Syntax for TOPN on Source Statement of Power Query - Microsoft Fabric Community

 

Again, thanks for your valuable, sincere reply. Have a nice day!!!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors