Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello, I was hoping someone could help me please?
I have been given access to a dataset that contains multiple tables, and it comes through in Direct Query, so I dont see these in Power Query. Is there a way for me to merge these tables please?
Thank you
Hi,
Did you consider as well the DAX function like INTERSECT, UNION, NATURALLEFTOUTERJOIN... that are performing join operation between tables ?
Hope it might help
All this does is create a relationship. It is not at all the same as joining/merging tables
Hi , you can still merge tables in Power BI when using DirectQuery mode. However, the process is a bit different than when using Import mode.
When using DirectQuery mode, merging of tables is done through relationships between the tables in your data source.
Create a relationship between tables in DirectQuery mode:
Keep in mind that when using DirectQuery mode, some features in Power BI, such as certain types of calculations and transformations, may not be available or may be limited. Additionally, the performance of your report may be impacted by the size and complexity of your data source.
Let me know if this was helpful ! Thanks
@Anonymous Thank you for your reply . I've tried the above but when I select the the frist table , all the other direct query tables are not an option in the second dropdown ?
I have three tables that all have a completed date field, I need to put these into a filter to keep all data on one page to "This Year"
I hope that extra info helps?