The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
So, i heard that if you are using excel or small dataset then just use Import and if you connecting to company's SQL Server (where you don;'t want the visuals to limit to 1GB of data) then use DIrectQuerty.
Anything else someone can add to enhance my knowledge on this. Thank you
Solved! Go to Solution.
@Anonymous , Import mode always works better than Direct query mode.
We use direct query mode in case
1. When the Pro License file exceeds the data limit
2. Data is too large and the Database is performant enough to give quick replies.
In direct query, there are certain limitations on the DAX, max rows in a query. Also, you should avoid bi-directional join in direct query
Refer for more: https://powerbiconsulting.com/direct-query-vs-import-mode-in-power-bi/
@Anonymous , Import mode always works better than Direct query mode.
We use direct query mode in case
1. When the Pro License file exceeds the data limit
2. Data is too large and the Database is performant enough to give quick replies.
In direct query, there are certain limitations on the DAX, max rows in a query. Also, you should avoid bi-directional join in direct query
Refer for more: https://powerbiconsulting.com/direct-query-vs-import-mode-in-power-bi/