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/app/javascript-click-analytics-plugin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,4 +377,4 @@ In JavaScript correlation is turned off by default in order to minimize the tele
377
377
- Check out the [GitHub Repository](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-clickanalytics-js) and [NPM Package](https://www.npmjs.com/package/@microsoft/applicationinsights-clickanalytics-js) for the Click Analytics Auto-Collection Plugin.
378
378
- Use [Events Analysis in Usage Experience](usage-segmentation.md) to analyze top clicks and slice by available dimensions.
379
379
- Find click data under content field within customDimensions attribute in CustomEvents table in [Log Analytics](../logs/log-analytics-tutorial.md#write-a-query). For more information, see [Sample App](https://go.microsoft.com/fwlink/?linkid=2152871).
380
-
- Build a [Workbook](../visualize/workbooks-overview.md) or [export to Power BI](../logs/log-powerbi.md#integrating-queries) to create custom visualizations of click data.
380
+
- Build a [Workbook](../visualize/workbooks-overview.md) or [export to Power BI](../logs/log-powerbi.md#integrate-queries) to create custom visualizations of click data.
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/log-powerbi.md
+28-30Lines changed: 28 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Log Analytics integration with Power BI and Excel
3
-
description: How to send results from Log Analytics to Power BI
3
+
description: Learn how to send results from Log Analytics to Power BI.
4
4
ms.topic: conceptual
5
5
author: guywild
6
6
ms.author: guywild
@@ -10,70 +10,68 @@ ms.date: 06/22/2022
10
10
---
11
11
# Log Analytics integration with Power BI
12
12
13
-
This article focuses on ways to feed data from Log Analytics into Microsoft Power BI to create more visually appealing reports and dashboards.
13
+
This article focuses on ways to feed data from Log Analytics into Power BI to create more visually appealing reports and dashboards.
14
14
15
-
## Background
15
+
## Background
16
16
17
-
Azure Monitor Logs is a platform that provides an end-to-end solution for ingesting logs. [Azure Monitor Log Analytics](../data-platform.md) is the interface to query these logs. For more information on the entire Azure Monitor data platform including Log Analytics, see [Azure Monitor data platform](../data-platform.md).
18
-
19
-
Microsoft Power BI is Microsoft’s data visualization platform. For more information on how to get started, see [Power BI’s homepage](https://powerbi.microsoft.com/).
17
+
Azure Monitor Logs is a platform that provides an end-to-end solution for ingesting logs. [Azure Monitor Log Analytics](../data-platform.md) is the interface to query these logs. For more information on the entire Azure Monitor data platform including Log Analytics, see [Azure Monitor data platform](../data-platform.md).
20
18
19
+
Power BI is the Microsoft data visualization platform. For more information on how to get started, see the [Power BI home page](https://powerbi.microsoft.com/).
21
20
22
21
In general, you can use free Power BI features to integrate and create visually appealing reports and dashboards.
23
22
24
-
More advanced features may require purchasing a Power BI Pro or premium account. These features include:
25
-
- sharing your work
26
-
- scheduled refreshes
27
-
- Power BI apps
28
-
- dataflows and incremental refresh
23
+
More advanced features might require purchasing a Power BI Pro or Premium account. These features include:
29
24
30
-
For more information, see [learn more about Power BI pricing and features](https://powerbi.microsoft.com/pricing/)
25
+
- Sharing your work.
26
+
- Scheduled refreshes.
27
+
- Power BI apps.
28
+
- Dataflows and incremental refresh.
31
29
32
-
## Integrating queries
30
+
For more information, see [Learn more about Power BI pricing and features](https://powerbi.microsoft.com/pricing/).
33
31
34
-
Power BI uses the [M query language](/powerquery-m/power-query-m-language-specification/) as its main querying language.
32
+
## Integrate queries
35
33
36
-
Log Analytics queries can be exported to M and used in Power BI directly. After running a successful query, select the **Export to Power BI (M query)** from the **Export** button in Log Analytics UI top action bar.
34
+
Power BI uses the [M query language](/powerquery-m/power-query-m-language-specification/) as its main querying language.
37
35
36
+
Log Analytics queries can be exported to M and used in Power BI directly. After you run a successful query, select **Export to Power BI (M query)** from the **Export** dropdown list in the Log Analytics top toolbar.
:::image type="content" source="media/log-powerbi/export-query2.png" alt-text="Screenshot that shows a Log Analytics query showing the Export dropdown list." border="true":::
40
39
41
40
Log Analytics creates a .txt file containing the M code that can be used directly in Power BI.
42
41
43
-
## Connecting your logs to a dataset
42
+
## Connect your logs to a dataset
44
43
45
-
A Power BI dataset is a source of data ready for reporting and visualization. To connect a Log Analytics query to a dataset, copy the M code exported from Log Analytics into a blank query in Power BI.
44
+
A Power BI dataset is a source of data ready for reporting and visualization. To connect a Log Analytics query to a dataset, copy the M code exported from Log Analytics into a blank query in Power BI.
46
45
47
-
For more information, see [Understanding Power BI datasets](/power-bi/service-datasets-understand/).
46
+
For more information, see [Understanding Power BI datasets](/power-bi/service-datasets-understand/).
48
47
49
-
## Collect data with Power BI dataflows
48
+
## Collect data with Power BI dataflows
50
49
51
-
Power BI dataflows also allow you to collect and store data. For more information, see [Power BI Dataflows](/power-bi/service-dataflows-overview).
50
+
Power BI dataflows also allow you to collect and store data. For more information, see [Power BI dataflows](/power-bi/service-dataflows-overview).
52
51
53
52
A dataflow is a type of "cloud ETL" designed to help you collect and prep your data. A dataset is the "model" designed to help you connect different entities and model them for your needs.
54
53
55
-
## Incremental refresh
56
-
57
-
Both Power BI datasets and Power BI dataflows have an incremental refresh option. Power BI dataflows and Power BI datasets support this feature. To use incremental refresh on dataflows, you need Power BI Premium.
54
+
## Incremental refresh
58
55
56
+
Both Power BI datasets and Power BI dataflows have an incremental refresh option. Power BI dataflows and Power BI datasets support this feature. To use incremental refresh on dataflows, you need Power BI Premium.
59
57
60
-
Incremental refresh runs small queries and updates smaller amounts of data per run instead of ingesting all of the data again and again when you run the query. You have the option to save large amounts of data, but add a new increment of data every time the query is run. This behavior is ideal for longerrunning reports.
58
+
Incremental refresh runs small queries and updates smaller amounts of data per run instead of ingesting all the data again and again when you run the query. You can save large amounts of data but add a new increment of data every time the query is run. This behavior is ideal for longer-running reports.
61
59
62
-
Power BI incremental refresh relies on the existence of a *datetime* filed in the result set. Before configuring incremental refresh, make sure your Log Analytics query result set includes at least one *datetime* filed.
60
+
Power BI incremental refresh relies on the existence of a **datetime** field in the result set. Before you configure incremental refresh, make sure your Log Analytics query result set includes at least one **datetime** field.
63
61
64
-
To learn more and how to configure incremental refresh, see [Power BI Datasets and Incremental refresh](/power-bi/service-premium-incremental-refresh) and [Power BI dataflows and incremental refresh](/power-bi/service-dataflows-incremental-refresh).
62
+
To learn more and how to configure incremental refresh, see [Power BI datasets and incremental refresh](/power-bi/service-premium-incremental-refresh) and [Power BI dataflows and incremental refresh](/power-bi/service-dataflows-incremental-refresh).
65
63
66
64
## Reports and dashboards
67
65
68
66
After your data is sent to Power BI, you can continue to use Power BI to create reports and dashboards.
69
67
70
-
For more information, see [this guide on how to create your first Power BI model and report](/training/modules/build-your-first-power-bi-report/).
68
+
For more information, see [Create and share your first Power BI report](/training/modules/build-your-first-power-bi-report/).
71
69
72
70
## Excel integration
73
71
74
-
You can use the same M integration used in Power BI to integrate with an Excel spreadsheet. For more information, see this [guide on how to integrate with excel](https://support.microsoft.com/office/import-data-from-external-data-sources-power-query-be4330b3-5356-486c-a168-b68e9e616f5a) and then paste the M query exported from Log Analytics.
72
+
You can use the same M integration used in Power BI to integrate with an Excel spreadsheet. For more information, see [Import data from data sources (Power Query)](https://support.microsoft.com/office/import-data-from-external-data-sources-power-query-be4330b3-5356-486c-a168-b68e9e616f5a). Then paste the M query exported from Log Analytics.
75
73
76
-
Additional information can be found in [Integrate Log Analytics and Excel](log-excel.md)
74
+
For more information, see [Integrate Log Analytics and Excel](log-excel.md).
0 commit comments