Skip to content

Commit 00d79ec

Browse files
committed
Fixing links; making updates
1 parent a8acea1 commit 00d79ec

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-monitor/logs/log-powerbi.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ This article explains how to feed data from Log Analytics into Power BI to produ
1919
2020
## Prerequisites
2121

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:
2425
- 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).
2627

2728
## Permissions required
2829

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).
3132

3233
## Create Power BI datasets and reports from Log Analytics queries
3334

0 commit comments

Comments
 (0)