Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Is referencing other queries better in terms of perfomance than keep inserting source from sharpoint link for every query?
Thanks in advance
Solved! Go to Solution.
Generally, yes. More emphatically yes the bigger the table, or more resource intense the compute. Better to connect to the data source once, add any steps that all of the reference tables would otherwise use and then add the reference queries. Unless your reference ends generating a small table or list, in which case you can test a more direct (specific) query.
--Nate
Generally, yes. More emphatically yes the bigger the table, or more resource intense the compute. Better to connect to the data source once, add any steps that all of the reference tables would otherwise use and then add the reference queries. Unless your reference ends generating a small table or list, in which case you can test a more direct (specific) query.
--Nate
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 14 | |
| 14 | |
| 10 | |
| 8 | |
| 8 |