From b503bafc1d8f3aa48e90474665c3c88b21bf4a2d Mon Sep 17 00:00:00 2001 From: Matt Rudy <42589600+MattRudy@users.noreply.github.com> Date: Wed, 31 Mar 2021 16:19:02 -0600 Subject: [PATCH] Resolve Issue 39 - fix typos --- BPARules-PowerBI.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BPARules-PowerBI.json b/BPARules-PowerBI.json index af8fe28..656f3f2 100644 --- a/BPARules-PowerBI.json +++ b/BPARules-PowerBI.json @@ -256,8 +256,8 @@ "CompatibilityLevel": 1200 }, { - "ID": "DIABLE_AUTO_DATE/TIME", - "Name": "Diable auto date/time", + "ID": "DISABLE_AUTO_DATE/TIME", + "Name": "Disable auto date/time", "Category": "Model Layout", "Description": "Provide your own Calendar tables instead of relying on Power BI Desktop's built-in auto date/time feature (go to File > Options and settings > Options > Current File > Data Load and remove the checkmark from \"Auto date/time\").", "Severity": 3, @@ -265,4 +265,4 @@ "Expression": "Tables.Any(HasAnnotation(\"__PBI_LocalDateTable\"))", "CompatibilityLevel": 1200 } -] \ No newline at end of file +]