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: articles/azure-monitor/logs/log-excel.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,22 @@ You can integrate Azure Monitor Log Analytics and Microsoft Excel using M query
16
16
> [!NOTE]
17
17
> Because Excel is a local client application, local hardware and software limitations impact it's performance and ability to process large sets of data.
18
18
19
+
## Prerequisites
20
+
21
+
To integrate Log Analytics and Excel, you need:
22
+
23
+
-[Excel](https://www.microsoft.com/en-us/microsoft-365/excel) local client application.
24
+
- A Log Analytics workspace that has some data. If needed, [create a diagnostic setting to send data to a Log Analytics workspace](../essentials/create-diagnostic-settings.md).
1.**Create and run your query** in Log analytics as you normally would. Don’t worry if you hit the number of records limitation in the user interface. We recommend you use relative dates - like the ‘ago’ function or the UI time picker - so Excel refreshes the right set of data.
22
31
23
32
2.**Export Query** - Once you are happy with the query and its results, export the query to M using Log Analytics **Export to Power BI (M query)** menu choice under the *Export* menu:
24
33
25
-
:::image type="content" source="media/log-excel/export-query.png" alt-text="Log Analytics query with the data and export option" border="true":::
34
+
:::image type="content" source="media/log-excel/export-query.png" alt-text="Screenshot of Log Analytics query with the data and export option." border="true":::
0 commit comments