Skip to content

Commit 6f78eef

Browse files
committed
edits
1 parent 1effd5f commit 6f78eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/governance/resource-graph/troubleshoot/power-bi-connector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot Azure Resource Graph Power BI connector
33
description: Learn how to troubleshoot issues with Azure Resource Graph Power BI connector.
4-
ms.date: 02/22/2024
4+
ms.date: 02/28/2024
55
ms.topic: troubleshooting
66
---
77

@@ -40,7 +40,7 @@ The load time for ARG queries in Power BI is contingent on the query response si
4040

4141
If your query yields unexpected or inaccurate results, consider the following scenarios:
4242

43-
- **Verify permissions**: Confirm that your [Azure role-based access control (Azure RBAC) permissions](../../../role-based-access-control/overview.md) are accurate, as the results of the queries are subject to RBAC. Ensure you have at least read access to the resources you want to query. Queries don't return results without adequate permissions to the Azure object or object group.
43+
- **Verify permissions**: Confirm that your [Azure role-based access control (Azure RBAC) permissions](../../../role-based-access-control/overview.md) are accurate, as the results of the queries are subject to Azure RBAC. Ensure you have at least read access to the resources you want to query. Queries don't return results without adequate permissions to the Azure object or object group.
4444
- **Check for comments**: Review your query and remove any comments (`//`) because Power BI doesn't support Kusto comments.
4545
- **Compare results**: For parity checks, run your query in both the ARG Explorer in Azure portal and the ARG Power BI connector. Compare the results obtained from both platforms for consistency.
4646

@@ -55,6 +55,6 @@ The following table contains descriptions of common ARG Power BI connector error
5555
| Error | Description |
5656
| ---- | ---- |
5757
| Invalid query | Query that was entered isn't valid. Check the syntax of your query and refer to the ARG [Kusto Query Language (KQL)](../concepts/query-language.md#supported-kql-language-elements) for guidance. |
58-
| Scope check | If you are querying at the tenant scope, ensure the subscription Id(s) and/or management group Id(s) fields are empty. <br> <br> If you have inputs in the subscriptions ID or management group ID fields that you want to filter for, select either subscription or management group from the drop-down scope field. |
58+
| Scope check | If you're querying at the tenant scope, ensure the subscription ID and management group ID fields are empty. <br> <br> If you have inputs in the subscriptions ID or management group ID fields that you want to filter for, select either subscription or management group from the drop-down scope field. |
5959
| Scope subscription mismatch | The subscription scope was selected from the scope drop-down field but a management group ID was entered. |
6060
| Scope management group mismatch | The management group scope was selected from the scope drop-down field but a subscription ID was entered. |

0 commit comments

Comments
 (0)