Forum Discussion
Append query for two datasource
DataVitalizer , Thanks for the inputs,
As my table size is huge 60GB, is it advisable to use dax function here. Also, i would like to know incremental refresh won't work for append queries in power query in my case?
- DataVitalizer2 years agoSuper User
Hi PowerBI_Mallow
For such size you wouldn't need to import your table but instead you will connect it using Direct query mode.
I come back to you now with an updated scenario, lets say A=Sharepoint, B=mysql and C=merged table:- Append both tables to a new query in Power Query
- Apply the incemental refresh on table A
- Disable loading both tables A and B
- You will end up in Report view with one Table C
Did it work ? 👍 A kudos would be appreciated 📢 Mark it as a solution to help spreading knowledge- PowerBI_Mallow2 years agoFrequent Visitor
DataVitalizer ,
we are not able to use direct query due to its limiatation & we prefer import mode.
What is the difference of append the table A(sharepoint) to table(mysql) instead of append as new.
Also in your suggested method do configure incremental refresh for table C? In that case whether the query will be sent to both sharepoint source and mysql?