From ec9a553e4d6d93b9554858b43ae8d7fb3d2718df Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Tue, 22 Nov 2022 12:14:53 +0200 Subject: [PATCH] 1.2.3 --- BestPracticeRules/BPARules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BestPracticeRules/BPARules.json b/BestPracticeRules/BPARules.json index 456a2a2..e816574 100644 --- a/BestPracticeRules/BPARules.json +++ b/BestPracticeRules/BPARules.json @@ -226,7 +226,7 @@ "Category": "Performance", "Description": "Usage of dynamic row level security (RLS) can add memory and performance overhead. Please research the pros/cons of using it.\r\nReference: https://docs.microsoft.com/en-us/power-bi/admin/service-admin-rls", "Severity": 1, - "Scope": "Table, CalculatedTable", + "Scope": "TablePermission", "Expression": "RegEx.IsMatch(Expression,\"(?i)USERNAME\\(\")\r\nor\r\nRegEx.IsMatch(Expression,\"(?i)USERPRINCIPALNAME\\(\")", "CompatibilityLevel": 1200 },