Skip to content

Commit 8e1d8d4

Browse files
Merge pull request #248635 from v-jbasden/v-jbasden-logs-content-inventory-line-48
Authoring new guidance on the prerequisites and permissions required to integrate Log Analytics with Power BI
2 parents 9ffb1db + b85dc12 commit 8e1d8d4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ This article explains how to feed data from Log Analytics into Power BI to produ
1717
> [!NOTE]
1818
> You can use free Power BI features to integrate and create reports and dashboards. More advanced features, such as sharing your work, scheduled refreshes, dataflows, and incremental refresh might require purchasing a Power BI Pro or Premium account. For more information, see [Learn more about Power BI pricing and features](https://powerbi.microsoft.com/pricing/).
1919
20+
## Prerequisites
21+
22+
- 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/).
23+
- To create a new dataset based on your query directly in the Power BI service:
24+
- 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 to configure Azure Log Analytics for Power BI](/power-bi/transform-model/log-analytics/desktop-log-analytics-configure#prerequisites).
26+
27+
## Permissions required
28+
29+
- 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.
30+
- 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.
31+
2032
## Create Power BI datasets and reports from Log Analytics queries
2133

2234
From the **Export** menu in Log Analytics, select one of the two options for creating Power BI datasets and reports from your Log Analytics queries:

0 commit comments

Comments
 (0)