Forum Discussion

ACPBI's avatar
ACPBI
Frequent Visitor
1 year ago
Solved

Direct Query - SQL - Modeling - Limitations?

Hi All,   My company and I are new Power BI users and I would like to have someone please confirm limitations in Power BI using Direct Query based on the below scenario please.    I have been ask...
  • rajendraongole1's avatar
    1 year ago

    Hi ACPBI - Your understanding of Power BI's limitations in DirectQuery mode and how relationships behave when working across two different servers is largely correct. 

    In DirectQuery mode, Power Query transformations like merging are limited because the data isn't loaded into memory but queried from the source.

     

    If you can get approval for a linked server, the issue can be resolved by writing a SQL query that joins the two tables directly on the database side.

    This ensures Power BI works with a single data source and can query it efficiently.

    If possible, implement linked server . These approach simplify your data model and resolve the core limitation of cross-server joins. If those are not approved, consider combining the data into a single source via an ETL process or pre-aggregations.

     

    Hope this helps.