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-powerbi.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,16 @@ This article explains how to feed data from Log Analytics into Power BI to produ
19
19
20
20
## Prerequisites
21
21
22
-
- To use the Power BI (as an M query) option, you need [Power BI Desktop](https://powerbi.microsoft.com/desktop/).
23
-
- To use the Power BI (new Dataset) option:
22
+
- You need a Log Analytics workspace that has some data. If needed, [create a diagnostic setting to send data to a Log Analytics workspace](../essentials/diagnostic-settings.md#create-diagnostic-settings).
23
+
- To export the query to a .txt file that you can use in Power BI Desktop, you need [Power BI Desktop](https://powerbi.microsoft.com/desktop/).
24
+
- To create a new dataset based on your query directly in the Power BI service:
24
25
- You need a Power BI account.
25
-
- You must give permission in Azure for the Power BI service to write logs. For more information, see [Prerequisites](/power-bi/transform-model/log-analytics/desktop-log-analytics-configure#set-permissions).
26
+
- You must give permission in Azure for the Power BI service to write logs. For more information, see [Prerequisites to configure Azure Log Analytics for Power BI](/power-bi/transform-model/log-analytics/desktop-log-analytics-configure#set-permissions).
26
27
27
28
## Permissions required
28
29
29
-
- To use the Power BI (as an M query) option, you need `Microsoft.OperationalInsights/workspaces/query/*/read` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Reader built-in role](../articles/azure-monitor/logs/manage-access.md#log-analytics-reader), for example.
30
-
- To use the Power BI (new Dataset) option, you need `Microsoft.OperationalInsights/workspaces/write` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Contributor built-in role](../articles/azure-monitor/logs/manage-access.md#log-analytics-contributor), for example. For more information, see [Set permissions](/power-bi/developer/azure-pbie-diag-logs).
30
+
- To export the query to a .txt file that you can use in Power BI Desktop, you need `Microsoft.OperationalInsights/workspaces/query/*/read` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Reader built-in role](./manage-access.md#log-analytics-reader), for example.
31
+
- To create a new dataset based on your query directly in the Power BI service, you need `Microsoft.OperationalInsights/workspaces/write` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example. For more information, see [Set permissions](/power-bi/developer/azure-pbie-diag-logs).
31
32
32
33
## Create Power BI datasets and reports from Log Analytics queries
0 commit comments