Forum Discussion
Include additional table or query result using existing DB source
Hi AndrewP,
It is not possible to do it currently, because there is a limitation to using DirectQuery that all tables must come from a single database. See Limitations of DirectQuery.:smileyhappy:
Regards
What about just in general?
For example a MySQL source.
Then later I want to grab an additional table, how would I use the existing source for that?
- tringuyenminh929 years agoMemorable Member
Hi AndrewP,
If you have multiple sources and still want using Direct Query, you have build up datwarehouse to gather everything and pre-processing in there and PBI will access it directly.
- AndrewP9 years agoHelper I
If we ignore the direct query part of the question, how can I reuse a source to just pull an additional table as is?
- tringuyenminh929 years agoMemorable Member
Hi AndrewP,
So far you could use import mode, but DQ and Import mode are different from refreshing schedule and another points. In my mind, i hope DQ could have this mixing source in future version of PBI.