You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerquery-docs/connectors/google-looker.md
+28-5
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,7 @@ To connect to Looker from Power Query Desktop, follow these steps:
48
48
49
49
1. The default value of **Show Hidden Fields** if left blank is False. This will mimic the default visual behavior on Looker where fields with the hidden tag will not be shown. If this parameter is set to True, all fields will be visible in the Power BI report, including those with hidden tags.
50
50
51
-
1. It is recommended to select **Direct Query**. Selecting **Import** may result in a potentially expensive query that includes all fields from all the views that are referenced in the Looker Explore. In addition, Import mode comes with certain limitations:
52
-
53
-
* You lose the ability to have Looker correctly evaluate the measures in the Explore.
54
-
* You lose the ability to interact with Filters-only and Parameter fields.
51
+
1. It is recommended to select **Direct Query**. Selecting **Import** may result in a potentially expensive query that includes all fields from all the views that are referenced in the Looker Explore. In addition, Import mode comes with certain [limitations](#import-mode-limitations).
55
52
56
53
1. Select **OK** to continue.
57
54
@@ -67,9 +64,35 @@ To connect to Looker from Power Query Desktop, follow these steps:
When using the Import Mode of the Looker connector, users should be aware of the following limitations:
72
+
73
+
***Performance Issues with Large Models**:
74
+
* Import Mode reports attempting to access larger models may experience performance degradation.
75
+
* If the "Get Data" process does not resolve or times out, it is recommended that users switch to "Direct Query Mode" to improve performance and reliability.
76
+
77
+
***Disabled Fields**:
78
+
* In Import Mode, filter-only fields and parameter fields are disabled. Therefore, these fields should not be used when operating in this mode.
79
+
80
+
***Evaluation of Measures**:
81
+
* Import Mode does not allow Looker to correctly evaluate measures within the Explore. This limitation can impact the accuracy and functionality of your reports.
82
+
83
+
Given these limitations, it is generally better to use Direct Query Mode when possible to ensure optimal performance and functionality.
84
+
85
+
### Query Folding Limitations
86
+
87
+
Please note that the following Table functions are not foldable:
88
+
89
+
* Table.Distinct
90
+
* Table.Join
91
+
* Table.NestedJoin
92
+
* Table.Skip
93
+
94
+
### Additional Limitations and Considerations
95
+
73
96
Please see the [Looker documentation](https://cloud.google.com/looker/docs/powerbi-connector#things_to_consider) for additional limitations and considerations of the Looker connector.
0 commit comments