{"id":51226662,"url":"https://github.com/filcuk/ssas-best-practice-rules","last_synced_at":"2026-06-28T12:05:38.818Z","repository":{"id":354639197,"uuid":"1224430664","full_name":"filcuk/ssas-best-practice-rules","owner":"filcuk","description":"Analysis Services BPA customised for UK/EU","archived":false,"fork":false,"pushed_at":"2026-04-29T12:07:52.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-29T13:12:12.211Z","etag":null,"topics":["analysis-services","bpa","microsoft","powerbi","ssas","tabular-editor"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filcuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-29T09:19:34.000Z","updated_at":"2026-04-29T12:08:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/filcuk/ssas-best-practice-rules","commit_stats":null,"previous_names":["filcuk/ssas-best-practice-rules"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/filcuk/ssas-best-practice-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filcuk%2Fssas-best-practice-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filcuk%2Fssas-best-practice-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filcuk%2Fssas-best-practice-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filcuk%2Fssas-best-practice-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filcuk","download_url":"https://codeload.github.com/filcuk/ssas-best-practice-rules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filcuk%2Fssas-best-practice-rules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34887402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis-services","bpa","microsoft","powerbi","ssas","tabular-editor"],"created_at":"2026-06-28T12:05:38.002Z","updated_at":"2026-06-28T12:05:38.810Z","avatar_url":"https://github.com/filcuk.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Differences compared to MS BPA rules\n\n```bash\ngit diff --no-index BPARules.json microsoft/BestPracticeRules/BPARules.json\n```\n\n```git\n@@ -593,11 +593,11 @@\n     \"ID\": \"DATECOLUMN_FORMATSTRING\",\n     \"Name\": \"[Formatting] Provide format string for \\\"Date\\\" columns\",\n     \"Category\": \"Formatting\",\n-    \"Description\": \"Columns of type \\\"DateTime\\\" that have \\\"Month\\\" in their names should be formatted as \\\"dd/mm/yyyy\\\".\",\n+    \"Description\": \"Columns of type \\\"DateTime\\\" that have \\\"Month\\\" in their names should be formatted as \\\"mm/dd/yyyy\\\".\",\n     \"Severity\": 1,\n     \"Scope\": \"DataColumn, CalculatedColumn, CalculatedTableColumn\",\n-    \"Expression\": \"Name.IndexOf(\\\"Date\\\", \\\"OrdinalIgnoreCase\\\") \u003e= 0 \\r\\nand \\r\\nDataType = \\\"DateTime\\\" \\r\\nand \\r\\nFormatString \u003c\u003e \\\"dd/mm/yyyy\\\"\",\n-    \"FixExpression\": \"FormatString = \\\"dd/mm/yyyy\\\"\",\n+    \"Expression\": \"Name.IndexOf(\\\"Date\\\", \\\"OrdinalIgnoreCase\\\") \u003e= 0 \\r\\nand \\r\\nDataType = \\\"DateTime\\\" \\r\\nand \\r\\nFormatString \u003c\u003e \\\"mm/dd/yyyy\\\"\",\n+    \"FixExpression\": \"FormatString = \\\"mm/dd/yyyy\\\"\",\n     \"CompatibilityLevel\": 1200\n   },\n   {\n@@ -648,7 +648,7 @@\n     \"Category\": \"Formatting\",\n     \"Severity\": 2,\n     \"Scope\": \"Measure\",\n-    \"Expression\": \"DataType == DataType.Int64 and not FormatString.Contains(\\\"$\\\") and not FormatString.Contains(\\\"%\\\") and not (FormatString = \\\"#,0\\\" or FormatString = \\\"#,0.0\\\")\",\n+    \"Expression\": \"not FormatString.Contains(\\\"$\\\") and not FormatString.Contains(\\\"%\\\") and not (FormatString = \\\"#,0\\\" or FormatString = \\\"#,0.0\\\")\",\n     \"FixExpression\": \"FormatString = \\\"#,0\\\"\",\n     \"CompatibilityLevel\": 1200\n   },\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilcuk%2Fssas-best-practice-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilcuk%2Fssas-best-practice-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilcuk%2Fssas-best-practice-rules/lists"}