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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
SwiatLudzieTy
Helper I
Helper I

PBI vs Tableau data load performance

Hello,

 

for my case I need to load 10 quite large tables from Teradata to PBI. I have already reduced PQ transformations to minimum (each query applies Query Folding), but the load is still very slow and after around 4h queries are aborted by the source. Tableau successfully executed the same 10 queries and imported the data under 50 minutes. These were ran on the same machine.

 

What is the reason behind it? Is Tableau data load simply more efficient or am I missing something here? 

 

Thanks, Kamil

5 REPLIES 5
smpa01
Super User
Super User

@SwiatLudzieTy  while transporting the tables, can you write sever-side query (Terdadata SQL) rather than simply relying on PQ to do the job. If you do that, it will not oblige Query folding (you will still be fine) but it will transport faster.

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

Hello @smpa01, it is slightly faster indeed, but unfortunately the overall score is still very bad. Good to know this trick though. Thanks! Kamil

If the server-side query is fully optimized, you will experience faster load.

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
Anonymous
Not applicable

"It depends"

 

Can we see your code?

 

--Nate

Hello @Anonymous, what exactly would you like to see? The code is very simple it's just SQL query as below used in Teradata connector.

 

select A, B, C, D, E, F
from Table A

 

Please let me know if there's anything else worth to share. Kamil

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors