semantic-link-labs 0.12.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- semantic_link_labs-0.12.8.dist-info/METADATA +354 -0
- semantic_link_labs-0.12.8.dist-info/RECORD +243 -0
- semantic_link_labs-0.12.8.dist-info/WHEEL +5 -0
- semantic_link_labs-0.12.8.dist-info/licenses/LICENSE +21 -0
- semantic_link_labs-0.12.8.dist-info/top_level.txt +1 -0
- sempy_labs/__init__.py +606 -0
- sempy_labs/_a_lib_info.py +2 -0
- sempy_labs/_ai.py +437 -0
- sempy_labs/_authentication.py +264 -0
- sempy_labs/_bpa_translation/_model/_translations_am-ET.po +869 -0
- sempy_labs/_bpa_translation/_model/_translations_ar-AE.po +908 -0
- sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +968 -0
- sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +963 -0
- sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po +943 -0
- sempy_labs/_bpa_translation/_model/_translations_da-DK.po +945 -0
- sempy_labs/_bpa_translation/_model/_translations_de-DE.po +988 -0
- sempy_labs/_bpa_translation/_model/_translations_el-GR.po +993 -0
- sempy_labs/_bpa_translation/_model/_translations_es-ES.po +971 -0
- sempy_labs/_bpa_translation/_model/_translations_fa-IR.po +933 -0
- sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +942 -0
- sempy_labs/_bpa_translation/_model/_translations_fr-FR.po +994 -0
- sempy_labs/_bpa_translation/_model/_translations_ga-IE.po +967 -0
- sempy_labs/_bpa_translation/_model/_translations_he-IL.po +902 -0
- sempy_labs/_bpa_translation/_model/_translations_hi-IN.po +944 -0
- sempy_labs/_bpa_translation/_model/_translations_hu-HU.po +963 -0
- sempy_labs/_bpa_translation/_model/_translations_id-ID.po +946 -0
- sempy_labs/_bpa_translation/_model/_translations_is-IS.po +939 -0
- sempy_labs/_bpa_translation/_model/_translations_it-IT.po +986 -0
- sempy_labs/_bpa_translation/_model/_translations_ja-JP.po +846 -0
- sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +839 -0
- sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +967 -0
- sempy_labs/_bpa_translation/_model/_translations_nl-NL.po +978 -0
- sempy_labs/_bpa_translation/_model/_translations_pl-PL.po +962 -0
- sempy_labs/_bpa_translation/_model/_translations_pt-BR.po +962 -0
- sempy_labs/_bpa_translation/_model/_translations_pt-PT.po +957 -0
- sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +968 -0
- sempy_labs/_bpa_translation/_model/_translations_ru-RU.po +964 -0
- sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +952 -0
- sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +950 -0
- sempy_labs/_bpa_translation/_model/_translations_sv-SE.po +942 -0
- sempy_labs/_bpa_translation/_model/_translations_ta-IN.po +976 -0
- sempy_labs/_bpa_translation/_model/_translations_te-IN.po +947 -0
- sempy_labs/_bpa_translation/_model/_translations_th-TH.po +924 -0
- sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +953 -0
- sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +961 -0
- sempy_labs/_bpa_translation/_model/_translations_zh-CN.po +804 -0
- sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po +969 -0
- sempy_labs/_capacities.py +1198 -0
- sempy_labs/_capacity_migration.py +660 -0
- sempy_labs/_clear_cache.py +351 -0
- sempy_labs/_connections.py +610 -0
- sempy_labs/_dashboards.py +69 -0
- sempy_labs/_data_access_security.py +98 -0
- sempy_labs/_data_pipelines.py +162 -0
- sempy_labs/_dataflows.py +668 -0
- sempy_labs/_dax.py +501 -0
- sempy_labs/_daxformatter.py +80 -0
- sempy_labs/_delta_analyzer.py +467 -0
- sempy_labs/_delta_analyzer_history.py +301 -0
- sempy_labs/_dictionary_diffs.py +221 -0
- sempy_labs/_documentation.py +147 -0
- sempy_labs/_domains.py +51 -0
- sempy_labs/_eventhouses.py +182 -0
- sempy_labs/_external_data_shares.py +230 -0
- sempy_labs/_gateways.py +521 -0
- sempy_labs/_generate_semantic_model.py +521 -0
- sempy_labs/_get_connection_string.py +84 -0
- sempy_labs/_git.py +543 -0
- sempy_labs/_graphQL.py +90 -0
- sempy_labs/_helper_functions.py +2833 -0
- sempy_labs/_icons.py +149 -0
- sempy_labs/_job_scheduler.py +609 -0
- sempy_labs/_kql_databases.py +149 -0
- sempy_labs/_kql_querysets.py +124 -0
- sempy_labs/_kusto.py +137 -0
- sempy_labs/_labels.py +124 -0
- sempy_labs/_list_functions.py +1720 -0
- sempy_labs/_managed_private_endpoints.py +253 -0
- sempy_labs/_mirrored_databases.py +416 -0
- sempy_labs/_mirrored_warehouses.py +60 -0
- sempy_labs/_ml_experiments.py +113 -0
- sempy_labs/_model_auto_build.py +140 -0
- sempy_labs/_model_bpa.py +557 -0
- sempy_labs/_model_bpa_bulk.py +378 -0
- sempy_labs/_model_bpa_rules.py +859 -0
- sempy_labs/_model_dependencies.py +343 -0
- sempy_labs/_mounted_data_factories.py +123 -0
- sempy_labs/_notebooks.py +441 -0
- sempy_labs/_one_lake_integration.py +151 -0
- sempy_labs/_onelake.py +131 -0
- sempy_labs/_query_scale_out.py +433 -0
- sempy_labs/_refresh_semantic_model.py +435 -0
- sempy_labs/_semantic_models.py +468 -0
- sempy_labs/_spark.py +455 -0
- sempy_labs/_sql.py +241 -0
- sempy_labs/_sql_audit_settings.py +207 -0
- sempy_labs/_sql_endpoints.py +214 -0
- sempy_labs/_tags.py +201 -0
- sempy_labs/_translations.py +43 -0
- sempy_labs/_user_delegation_key.py +44 -0
- sempy_labs/_utils.py +79 -0
- sempy_labs/_vertipaq.py +1021 -0
- sempy_labs/_vpax.py +388 -0
- sempy_labs/_warehouses.py +234 -0
- sempy_labs/_workloads.py +140 -0
- sempy_labs/_workspace_identity.py +72 -0
- sempy_labs/_workspaces.py +595 -0
- sempy_labs/admin/__init__.py +170 -0
- sempy_labs/admin/_activities.py +167 -0
- sempy_labs/admin/_apps.py +145 -0
- sempy_labs/admin/_artifacts.py +65 -0
- sempy_labs/admin/_basic_functions.py +463 -0
- sempy_labs/admin/_capacities.py +508 -0
- sempy_labs/admin/_dataflows.py +45 -0
- sempy_labs/admin/_datasets.py +186 -0
- sempy_labs/admin/_domains.py +522 -0
- sempy_labs/admin/_external_data_share.py +100 -0
- sempy_labs/admin/_git.py +72 -0
- sempy_labs/admin/_items.py +265 -0
- sempy_labs/admin/_labels.py +211 -0
- sempy_labs/admin/_reports.py +241 -0
- sempy_labs/admin/_scanner.py +118 -0
- sempy_labs/admin/_shared.py +82 -0
- sempy_labs/admin/_sharing_links.py +110 -0
- sempy_labs/admin/_tags.py +131 -0
- sempy_labs/admin/_tenant.py +503 -0
- sempy_labs/admin/_tenant_keys.py +89 -0
- sempy_labs/admin/_users.py +140 -0
- sempy_labs/admin/_workspaces.py +236 -0
- sempy_labs/deployment_pipeline/__init__.py +23 -0
- sempy_labs/deployment_pipeline/_items.py +580 -0
- sempy_labs/directlake/__init__.py +57 -0
- sempy_labs/directlake/_autosync.py +58 -0
- sempy_labs/directlake/_directlake_schema_compare.py +120 -0
- sempy_labs/directlake/_directlake_schema_sync.py +161 -0
- sempy_labs/directlake/_dl_helper.py +274 -0
- sempy_labs/directlake/_generate_shared_expression.py +94 -0
- sempy_labs/directlake/_get_directlake_lakehouse.py +62 -0
- sempy_labs/directlake/_get_shared_expression.py +34 -0
- sempy_labs/directlake/_guardrails.py +96 -0
- sempy_labs/directlake/_list_directlake_model_calc_tables.py +70 -0
- sempy_labs/directlake/_show_unsupported_directlake_objects.py +90 -0
- sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py +239 -0
- sempy_labs/directlake/_update_directlake_partition_entity.py +259 -0
- sempy_labs/directlake/_warm_cache.py +236 -0
- sempy_labs/dotnet_lib/dotnet.runtime.config.json +10 -0
- sempy_labs/environment/__init__.py +23 -0
- sempy_labs/environment/_items.py +212 -0
- sempy_labs/environment/_pubstage.py +223 -0
- sempy_labs/eventstream/__init__.py +37 -0
- sempy_labs/eventstream/_items.py +263 -0
- sempy_labs/eventstream/_topology.py +652 -0
- sempy_labs/graph/__init__.py +59 -0
- sempy_labs/graph/_groups.py +651 -0
- sempy_labs/graph/_sensitivity_labels.py +120 -0
- sempy_labs/graph/_teams.py +125 -0
- sempy_labs/graph/_user_licenses.py +96 -0
- sempy_labs/graph/_users.py +516 -0
- sempy_labs/graph_model/__init__.py +15 -0
- sempy_labs/graph_model/_background_jobs.py +63 -0
- sempy_labs/graph_model/_items.py +149 -0
- sempy_labs/lakehouse/__init__.py +67 -0
- sempy_labs/lakehouse/_blobs.py +247 -0
- sempy_labs/lakehouse/_get_lakehouse_columns.py +102 -0
- sempy_labs/lakehouse/_get_lakehouse_tables.py +274 -0
- sempy_labs/lakehouse/_helper.py +250 -0
- sempy_labs/lakehouse/_lakehouse.py +351 -0
- sempy_labs/lakehouse/_livy_sessions.py +143 -0
- sempy_labs/lakehouse/_materialized_lake_views.py +157 -0
- sempy_labs/lakehouse/_partitioning.py +165 -0
- sempy_labs/lakehouse/_schemas.py +217 -0
- sempy_labs/lakehouse/_shortcuts.py +440 -0
- sempy_labs/migration/__init__.py +35 -0
- sempy_labs/migration/_create_pqt_file.py +238 -0
- sempy_labs/migration/_direct_lake_to_import.py +105 -0
- sempy_labs/migration/_migrate_calctables_to_lakehouse.py +398 -0
- sempy_labs/migration/_migrate_calctables_to_semantic_model.py +148 -0
- sempy_labs/migration/_migrate_model_objects_to_semantic_model.py +533 -0
- sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py +172 -0
- sempy_labs/migration/_migration_validation.py +71 -0
- sempy_labs/migration/_refresh_calc_tables.py +131 -0
- sempy_labs/mirrored_azure_databricks_catalog/__init__.py +15 -0
- sempy_labs/mirrored_azure_databricks_catalog/_discover.py +213 -0
- sempy_labs/mirrored_azure_databricks_catalog/_refresh_catalog_metadata.py +45 -0
- sempy_labs/ml_model/__init__.py +23 -0
- sempy_labs/ml_model/_functions.py +427 -0
- sempy_labs/report/_BPAReportTemplate.json +232 -0
- sempy_labs/report/__init__.py +55 -0
- sempy_labs/report/_bpareporttemplate/.pbi/localSettings.json +9 -0
- sempy_labs/report/_bpareporttemplate/.platform +11 -0
- sempy_labs/report/_bpareporttemplate/StaticResources/SharedResources/BaseThemes/CY24SU06.json +710 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/page.json +11 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/1b08bce3bebabb0a27a8/visual.json +191 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/2f22ddb70c301693c165/visual.json +438 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/3b1182230aa6c600b43a/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/58577ba6380c69891500/visual.json +576 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/a2a8fa5028b3b776c96c/visual.json +207 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/adfd47ef30652707b987/visual.json +506 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/b6a80ee459e716e170b1/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/ce3130a721c020cc3d81/visual.json +513 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/page.json +8 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/visuals/66e60dfb526437cd78d1/visual.json +112 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/page.json +11 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/07deb8bce824e1be37d7/visual.json +513 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0b1c68838818b32ad03b/visual.json +352 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0c171de9d2683d10b930/visual.json +37 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0efa01be0510e40a645e/visual.json +542 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/6bf2f0eb830ab53cc668/visual.json +221 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/88d8141cb8500b60030c/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/a753273590beed656a03/visual.json +576 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/b8fdc82cddd61ac447bc/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/page.json +9 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json +38 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/pages.json +10 -0
- sempy_labs/report/_bpareporttemplate/definition/report.json +176 -0
- sempy_labs/report/_bpareporttemplate/definition/version.json +4 -0
- sempy_labs/report/_bpareporttemplate/definition.pbir +14 -0
- sempy_labs/report/_download_report.py +76 -0
- sempy_labs/report/_export_report.py +257 -0
- sempy_labs/report/_generate_report.py +427 -0
- sempy_labs/report/_paginated.py +76 -0
- sempy_labs/report/_report_bpa.py +354 -0
- sempy_labs/report/_report_bpa_rules.py +115 -0
- sempy_labs/report/_report_functions.py +581 -0
- sempy_labs/report/_report_helper.py +227 -0
- sempy_labs/report/_report_list_functions.py +110 -0
- sempy_labs/report/_report_rebind.py +149 -0
- sempy_labs/report/_reportwrapper.py +3100 -0
- sempy_labs/report/_save_report.py +147 -0
- sempy_labs/snowflake_database/__init__.py +10 -0
- sempy_labs/snowflake_database/_items.py +105 -0
- sempy_labs/sql_database/__init__.py +21 -0
- sempy_labs/sql_database/_items.py +201 -0
- sempy_labs/sql_database/_mirroring.py +79 -0
- sempy_labs/theme/__init__.py +12 -0
- sempy_labs/theme/_org_themes.py +129 -0
- sempy_labs/tom/__init__.py +3 -0
- sempy_labs/tom/_model.py +5977 -0
- sempy_labs/variable_library/__init__.py +19 -0
- sempy_labs/variable_library/_functions.py +403 -0
- sempy_labs/warehouse/__init__.py +28 -0
- sempy_labs/warehouse/_items.py +234 -0
- sempy_labs/warehouse/_restore_points.py +309 -0
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": "{\"version\":\"5.55\",\"themeCollection\":{\"baseTheme\":{\"name\":\"CY24SU06\",\"version\":\"5.56\",\"type\":2}},\"activeSectionIndex\":0,\"defaultDrillFilterOtherVisuals\":true,\"filterSortOrder\":3,\"linguisticSchemaSyncVersion\":2,\"settings\":{\"useNewFilterPaneExperience\":true,\"allowChangeFilterTypes\":true,\"useStylableVisualContainerHeader\":true,\"queryLimitOption\":6,\"useEnhancedTooltips\":true,\"exportDataMode\":1,\"useDefaultAggregateDisplayName\":true},\"objects\":{\"section\":[{\"properties\":{\"verticalAlignment\":{\"expr\":{\"Literal\":{\"Value\":\"'Top'\"}}}}}],\"outspacePane\":[{\"properties\":{\"expanded\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}",
|
|
3
|
+
"filters": "[{\"name\":\"5b2185023b97e36774cc\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"RunId\"}},\"type\":\"Categorical\",\"howCreated\":1,\"objects\":{\"general\":[{\"properties\":{}}]},\"ordinal\":0},{\"name\":\"47ec847914adb25e5d3d\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Capacity\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":1},{\"name\":\"ac76b672186620b84135\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Capacity Id\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":2},{\"name\":\"415731532a7ccb2104eb\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Workspace\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":3},{\"name\":\"3940474269687384966b\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Workspace Id\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":4},{\"name\":\"3f38df1aeb48209d5d17\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Model\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":5},{\"name\":\"6fac902f1c367451af49\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Model Id\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":6},{\"name\":\"39a759a0bca91d4c0e20\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Model Owner\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":7},{\"name\":\"2dd3fa2832177488d851\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Category\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":8},{\"name\":\"5c24dae01050ee86d5d0\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":9},{\"name\":\"e7fda6595b95a0e13898\",\"expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Rule Name\"}},\"type\":\"Categorical\",\"howCreated\":1,\"ordinal\":10}]",
|
|
4
|
+
"layoutOptimization": 0,
|
|
5
|
+
"resourcePackages": [
|
|
6
|
+
{
|
|
7
|
+
"resourcePackage": {
|
|
8
|
+
"disabled": false,
|
|
9
|
+
"items": [
|
|
10
|
+
{
|
|
11
|
+
"name": "CY24SU06",
|
|
12
|
+
"path": "BaseThemes/CY24SU06.json",
|
|
13
|
+
"type": 202
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"name": "SharedResources",
|
|
17
|
+
"type": 2
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"sections": [
|
|
22
|
+
{
|
|
23
|
+
"config": "{\"filterSortOrder\":3}",
|
|
24
|
+
"displayName": "Main View",
|
|
25
|
+
"displayOption": 1,
|
|
26
|
+
"filters": "[]",
|
|
27
|
+
"height": 720.0,
|
|
28
|
+
"name": "01d72098bda5055bd500",
|
|
29
|
+
"visualContainers": [
|
|
30
|
+
{
|
|
31
|
+
"config": "{\"name\":\"1b08bce3bebabb0a27a8\",\"layouts\":[{\"id\":0,\"position\":{\"x\":610.6544162260553,\"y\":12.781138944266274,\"z\":7000,\"width\":247.10201958914797,\"height\":191.71708416399412,\"tabOrder\":7000}}],\"singleVisual\":{\"visualType\":\"slicer\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Capacity\",\"active\":true},{\"queryRef\":\"BPAResults.Workspace Name\"},{\"queryRef\":\"BPAResults.Model Name\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Workspace\"},\"Name\":\"BPAResults.Workspace Name\",\"NativeReferenceName\":\"Workspace\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"},\"Name\":\"BPAResults.Model Name\",\"NativeReferenceName\":\"Model\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Capacity\"},\"Name\":\"BPAResults.Capacity\",\"NativeReferenceName\":\"Capacity\"}]},\"expansionStates\":[{\"roles\":[\"Values\"],\"levels\":[{\"queryRefs\":[\"BPAResults.Capacity\"],\"isCollapsed\":true,\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Workspace Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Workspace\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Model Name\"],\"isCollapsed\":true,\"isPinned\":true}],\"root\":{\"identityValues\":null}}],\"drillFilterOtherVisuals\":true,\"objects\":{\"data\":[{\"properties\":{\"mode\":{\"expr\":{\"Literal\":{\"Value\":\"'Basic'\"}}}}}],\"general\":[{\"properties\":{\"orientation\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}}}}],\"header\":[{\"properties\":{\"textSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
32
|
+
"filters": "[]",
|
|
33
|
+
"height": 191.72,
|
|
34
|
+
"width": 247.1,
|
|
35
|
+
"x": 610.65,
|
|
36
|
+
"y": 12.78,
|
|
37
|
+
"z": 7000.0
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"config": "{\"name\":\"2f22ddb70c301693c165\",\"layouts\":[{\"id\":0,\"position\":{\"x\":559.5298604489902,\"y\":433.1385975556904,\"z\":6000,\"width\":708.6431481320967,\"height\":276.9246771257693,\"tabOrder\":6000}}],\"singleVisual\":{\"visualType\":\"pivotTable\",\"projections\":{\"Rows\":[{\"queryRef\":\"BPAResults.Workspace\",\"active\":true},{\"queryRef\":\"BPAResults.Model Name\"},{\"queryRef\":\"BPAResults.Category\"},{\"queryRef\":\"BPAResults.Rule Name\"},{\"queryRef\":\"BPAResults.Object Type\"},{\"queryRef\":\"BPAResults.Object Name\"}],\"Values\":[{\"queryRef\":\"BPAResults.Sev\"},{\"queryRef\":\"BPAResults.Violations\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"},\"Name\":\"BPAResults.Model Name\",\"NativeReferenceName\":\"Model\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Rule Name\"},\"Name\":\"BPAResults.Rule Name\",\"NativeReferenceName\":\"RuleName\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Rule Severity\"},\"Name\":\"BPAResults.Sev\",\"NativeReferenceName\":\"Sev\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Object Name\"},\"Name\":\"BPAResults.Object Name\",\"NativeReferenceName\":\"Object Name\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Object Type\"},\"Name\":\"BPAResults.Object Type\",\"NativeReferenceName\":\"Object Type\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Category\"},\"Name\":\"BPAResults.Category\",\"NativeReferenceName\":\"Category\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Workspace\"},\"Name\":\"BPAResults.Workspace\",\"NativeReferenceName\":\"Workspace\"}],\"OrderBy\":[{\"Direction\":1,\"Expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"}}}]},\"expansionStates\":[{\"roles\":[\"Rows\"],\"levels\":[{\"queryRefs\":[\"BPAResults.Workspace\"],\"isCollapsed\":true,\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Model Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Model\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Category\"],\"isCollapsed\":true,\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Rule Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Rule Name\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Object Type\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Object Type\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Object Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Object Name\"}}],\"isPinned\":true}],\"root\":{\"identityValues\":null}}],\"drillFilterOtherVisuals\":true,\"objects\":{\"columnWidth\":[{\"properties\":{\"value\":{\"expr\":{\"Literal\":{\"Value\":\"140.39478374000865D\"}}}},\"selector\":{\"metadata\":\"BPAResults.RuleCategory\"}},{\"properties\":{\"value\":{\"expr\":{\"Literal\":{\"Value\":\"560.6163412819568D\"}}}},\"selector\":{\"metadata\":\"BPAResults.RuleName\"}},{\"properties\":{\"value\":{\"expr\":{\"Literal\":{\"Value\":\"484.4742199250018D\"}}}},\"selector\":{\"metadata\":\"BPAResults.Model Name\"}}],\"columnHeaders\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"13D\"}}}}}],\"values\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"subTotals\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}},\"selector\":{\"id\":\"Column\"}}],\"rowHeaders\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"visualTooltip\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"type\":{\"expr\":{\"Literal\":{\"Value\":\"'Canvas'\"}}},\"section\":{\"expr\":{\"Literal\":{\"Value\":\"'d37dce724a0ccc30044b'\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
41
|
+
"filters": "[]",
|
|
42
|
+
"height": 276.92,
|
|
43
|
+
"width": 708.64,
|
|
44
|
+
"x": 559.53,
|
|
45
|
+
"y": 433.14,
|
|
46
|
+
"z": 6000.0
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"config": "{\"name\":\"3b1182230aa6c600b43a\",\"layouts\":[{\"id\":0,\"position\":{\"x\":873.3778278581954,\"y\":12.781138944266274,\"z\":2000,\"width\":217.27936205252666,\"height\":191.71708416399412,\"tabOrder\":2000}}],\"singleVisual\":{\"visualType\":\"slicer\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Category\",\"active\":true}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Category\"},\"Name\":\"BPAResults.Category\",\"NativeReferenceName\":\"Category\"}]},\"drillFilterOtherVisuals\":true,\"objects\":{\"data\":[{\"properties\":{\"mode\":{\"expr\":{\"Literal\":{\"Value\":\"'Basic'\"}}}}}],\"general\":[{\"properties\":{\"orientation\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}}}}],\"header\":[{\"properties\":{\"textSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
50
|
+
"filters": "[]",
|
|
51
|
+
"height": 191.72,
|
|
52
|
+
"width": 217.28,
|
|
53
|
+
"x": 873.38,
|
|
54
|
+
"y": 12.78,
|
|
55
|
+
"z": 2000.0
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"config": "{\"name\":\"58577ba6380c69891500\",\"layouts\":[{\"id\":0,\"position\":{\"x\":293.9661957181243,\"y\":12.781138944266274,\"z\":1000,\"width\":302.4869550143018,\"height\":191.71708416399412,\"tabOrder\":1000}}],\"singleVisual\":{\"visualType\":\"barChart\",\"projections\":{\"Y\":[{\"queryRef\":\"BPAResults.Violations\"}],\"Category\":[{\"queryRef\":\"BPAResults.Severity\",\"active\":true}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.Severity\",\"NativeReferenceName\":\"Severity\"}],\"OrderBy\":[{\"Direction\":2,\"Expression\":{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"labels\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"16D\"}}},\"enableTitleDataLabel\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"enableDetailDataLabel\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"bold\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"dataPoint\":[{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":-0.2}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"1L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0.4}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"2L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"3L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#E68F96'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Warning'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#CCCCCC'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Info'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#D64550'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Error'\"}}}}}]}}],\"legend\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"valueAxis\":[{\"properties\":{\"titleFontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"10D\"}}},\"gridlineShow\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"showAxisTitle\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"categoryAxis\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}},\"gridlineShow\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"labelColor\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":1,\"Percent\":0}}}}},\"maxMarginFactor\":{\"expr\":{\"Literal\":{\"Value\":\"26L\"}}},\"concatenateLabels\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"showAxisTitle\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"zoom\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}}}}],\"title\":[{\"properties\":{\"text\":{\"expr\":{\"Literal\":{\"Value\":\"'Violations by Severity'\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}],\"visualTooltip\":[{\"properties\":{\"section\":{\"expr\":{\"Literal\":{\"Value\":\"'ReportSection2582b338e1576cb49958'\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
59
|
+
"filters": "[]",
|
|
60
|
+
"height": 191.72,
|
|
61
|
+
"width": 302.49,
|
|
62
|
+
"x": 293.97,
|
|
63
|
+
"y": 12.78,
|
|
64
|
+
"z": 1000.0
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"config": "{\"name\":\"a2a8fa5028b3b776c96c\",\"layouts\":[{\"id\":0,\"position\":{\"x\":14.201265493629194,\"y\":12.781138944266274,\"z\":0,\"width\":266.98379128022884,\"height\":191.71708416399412,\"tabOrder\":0}}],\"singleVisual\":{\"visualType\":\"multiRowCard\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Capacities\"},{\"queryRef\":\"BPAResults.Workspaces\"},{\"queryRef\":\"BPAResults.Model Count\"},{\"queryRef\":\"BPAResults.Violations\"},{\"queryRef\":\"BPAResults.Sev 3 Violations\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Models\"},\"Name\":\"BPAResults.Model Count\",\"NativeReferenceName\":\"Model Count\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Error Violations\"},\"Name\":\"BPAResults.Sev 3 Violations\",\"NativeReferenceName\":\"Error Violations\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Workspaces\"},\"Name\":\"BPAResults.Workspaces\",\"NativeReferenceName\":\"Workspaces\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Capacities\"},\"Name\":\"BPAResults.Capacities\",\"NativeReferenceName\":\"Capacities\"}],\"OrderBy\":[{\"Direction\":2,\"Expression\":{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Capacities\"}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"categoryLabels\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}],\"dataLabels\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"15D\"}}},\"bold\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}],\"card\":[{\"properties\":{\"outlineStyle\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}},\"cardPadding\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
68
|
+
"filters": "[]",
|
|
69
|
+
"height": 191.72,
|
|
70
|
+
"width": 266.98,
|
|
71
|
+
"x": 14.2,
|
|
72
|
+
"y": 12.78,
|
|
73
|
+
"z": 0.0
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"config": "{\"name\":\"adfd47ef30652707b987\",\"layouts\":[{\"id\":0,\"position\":{\"x\":14.201265493629194,\"y\":220.1196151512525,\"z\":4000,\"width\":1253.9717430874578,\"height\":201.65797000953455,\"tabOrder\":4000}}],\"singleVisual\":{\"visualType\":\"clusteredColumnChart\",\"projections\":{\"Category\":[{\"queryRef\":\"BPAResults.Semantic Model Name\",\"active\":true}],\"Y\":[{\"queryRef\":\"BPAResults.Violations\"}],\"Series\":[{\"queryRef\":\"BPAResults.RuleSeverity\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.RuleSeverity\",\"NativeReferenceName\":\"RuleSeverity\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"},\"Name\":\"BPAResults.Semantic Model Name\",\"NativeReferenceName\":\"Model\"}],\"OrderBy\":[{\"Direction\":2,\"Expression\":{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"labels\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"15D\"}}},\"bold\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"dataPoint\":[{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":-0.2}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"1L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0.4}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"2L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"3L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#D64550'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Error'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#CCCCCC'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Info'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#E68F96'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Warning'\"}}}}}]}}],\"legend\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"valueAxis\":[{\"properties\":{\"titleFontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"10D\"}}},\"gridlineShow\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"categoryAxis\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"11D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}}}}],\"title\":[{\"properties\":{\"text\":{\"expr\":{\"Literal\":{\"Value\":\"'Violations by Model and Severity'\"}}}}}],\"visualTooltip\":[{\"properties\":{\"section\":{\"expr\":{\"Literal\":{\"Value\":\"'ReportSection2582b338e1576cb49958'\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
77
|
+
"filters": "[]",
|
|
78
|
+
"height": 201.66,
|
|
79
|
+
"width": 1253.97,
|
|
80
|
+
"x": 14.2,
|
|
81
|
+
"y": 220.12,
|
|
82
|
+
"z": 4000.0
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"config": "{\"name\":\"b6a80ee459e716e170b1\",\"layouts\":[{\"id\":0,\"position\":{\"x\":1114.7993412498915,\"y\":12.781138944266274,\"z\":3000,\"width\":153.3736673311953,\"height\":191.71708416399412,\"tabOrder\":3000}}],\"singleVisual\":{\"visualType\":\"slicer\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.RuleSeverity\",\"active\":true}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.RuleSeverity\",\"NativeReferenceName\":\"RuleSeverity\"}]},\"drillFilterOtherVisuals\":true,\"objects\":{\"data\":[{\"properties\":{\"mode\":{\"expr\":{\"Literal\":{\"Value\":\"'Basic'\"}}}}}],\"general\":[{\"properties\":{\"orientation\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}}}}],\"header\":[{\"properties\":{\"textSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
86
|
+
"filters": "[]",
|
|
87
|
+
"height": 191.72,
|
|
88
|
+
"width": 153.37,
|
|
89
|
+
"x": 1114.8,
|
|
90
|
+
"y": 12.78,
|
|
91
|
+
"z": 3000.0
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"config": "{\"name\":\"ce3130a721c020cc3d81\",\"layouts\":[{\"id\":0,\"position\":{\"x\":14.201265493629194,\"y\":433.1385975556904,\"z\":5000,\"width\":533.9675825604577,\"height\":276.9246771257693,\"tabOrder\":5000}}],\"singleVisual\":{\"visualType\":\"barChart\",\"projections\":{\"Category\":[{\"queryRef\":\"BPAResults.Category\",\"active\":true}],\"Y\":[{\"queryRef\":\"BPAResults.Violations\"}],\"Series\":[{\"queryRef\":\"BPAResults.Severity\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.Severity\",\"NativeReferenceName\":\"Severity\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Category\"},\"Name\":\"BPAResults.Category\",\"NativeReferenceName\":\"Category\"}],\"OrderBy\":[{\"Direction\":2,\"Expression\":{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"labels\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"10D\"}}}}}],\"dataPoint\":[{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":-0.2}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"1L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0.4}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"2L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"3L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#D64550'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Error'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#CCCCCC'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Info'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#E68F96'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Warning'\"}}}}}]}}],\"legend\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"valueAxis\":[{\"properties\":{\"titleFontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"10D\"}}},\"gridlineShow\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"categoryAxis\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"9D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}}}}],\"title\":[{\"properties\":{\"text\":{\"expr\":{\"Literal\":{\"Value\":\"'Violations by Rule Category and Severity'\"}}}}}],\"visualTooltip\":[{\"properties\":{\"section\":{\"expr\":{\"Literal\":{\"Value\":\"'ReportSection2582b338e1576cb49958'\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"type\":{\"expr\":{\"Literal\":{\"Value\":\"'Default'\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
95
|
+
"filters": "[]",
|
|
96
|
+
"height": 276.92,
|
|
97
|
+
"width": 533.97,
|
|
98
|
+
"x": 14.2,
|
|
99
|
+
"y": 433.14,
|
|
100
|
+
"z": 5000.0
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"width": 1280.0
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"config": "{}",
|
|
107
|
+
"displayName": "Rules",
|
|
108
|
+
"displayOption": 1,
|
|
109
|
+
"filters": "[]",
|
|
110
|
+
"height": 720.0,
|
|
111
|
+
"name": "92735ae19b31712208ad",
|
|
112
|
+
"ordinal": 2,
|
|
113
|
+
"visualContainers": [
|
|
114
|
+
{
|
|
115
|
+
"config": "{\"name\":\"66e60dfb526437cd78d1\",\"layouts\":[{\"id\":0,\"position\":{\"x\":10,\"y\":0,\"z\":0,\"width\":1270,\"height\":578.75,\"tabOrder\":0}}],\"singleVisual\":{\"visualType\":\"tableEx\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Category\"},{\"queryRef\":\"BPAResults.Severity\"},{\"queryRef\":\"BPAResults.Rule Name\"},{\"queryRef\":\"BPAResults.Description\"},{\"queryRef\":\"BPAResults.URL\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Rule Name\"},\"Name\":\"BPAResults.Rule Name\",\"NativeReferenceName\":\"Rule Name\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Category\"},\"Name\":\"BPAResults.Category\",\"NativeReferenceName\":\"Category\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.Severity\",\"NativeReferenceName\":\"Severity\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Description\"},\"Name\":\"BPAResults.Description\",\"NativeReferenceName\":\"Description\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"URL\"},\"Name\":\"BPAResults.URL\",\"NativeReferenceName\":\"URL\"}]},\"drillFilterOtherVisuals\":true,\"objects\":{\"columnWidth\":[{\"properties\":{\"value\":{\"expr\":{\"Literal\":{\"Value\":\"452.5D\"}}}},\"selector\":{\"metadata\":\"BPAResults.Rule Name\"}}]}}}",
|
|
116
|
+
"filters": "[]",
|
|
117
|
+
"height": 578.75,
|
|
118
|
+
"width": 1270.0,
|
|
119
|
+
"x": 10.0,
|
|
120
|
+
"y": 0.0,
|
|
121
|
+
"z": 0.0
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"width": 1280.0
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"config": "{\"filterSortOrder\":3}",
|
|
128
|
+
"displayName": "Model View",
|
|
129
|
+
"displayOption": 1,
|
|
130
|
+
"filters": "[]",
|
|
131
|
+
"height": 720.0,
|
|
132
|
+
"name": "c597da16dc7e63222a82",
|
|
133
|
+
"ordinal": 1,
|
|
134
|
+
"visualContainers": [
|
|
135
|
+
{
|
|
136
|
+
"config": "{\"name\":\"07deb8bce824e1be37d7\",\"layouts\":[{\"id\":0,\"position\":{\"x\":13.75,\"y\":405,\"z\":4000,\"width\":413.75,\"height\":292.5,\"tabOrder\":4000}}],\"singleVisual\":{\"visualType\":\"barChart\",\"projections\":{\"Category\":[{\"queryRef\":\"BPAResults.Category\",\"active\":true}],\"Y\":[{\"queryRef\":\"BPAResults.Violations\"}],\"Series\":[{\"queryRef\":\"BPAResults.Severity\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.Severity\",\"NativeReferenceName\":\"Severity\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Category\"},\"Name\":\"BPAResults.Category\",\"NativeReferenceName\":\"Category\"}],\"OrderBy\":[{\"Direction\":2,\"Expression\":{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"labels\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"10D\"}}}}}],\"dataPoint\":[{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":-0.2}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"1L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0.4}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"2L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"3L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#D64550'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Error'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#CCCCCC'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Info'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#E68F96'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Warning'\"}}}}}]}}],\"legend\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"valueAxis\":[{\"properties\":{\"titleFontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"10D\"}}},\"gridlineShow\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"categoryAxis\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"9D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}}}}],\"title\":[{\"properties\":{\"text\":{\"expr\":{\"Literal\":{\"Value\":\"'Violations by Rule Category and Severity'\"}}}}}],\"visualTooltip\":[{\"properties\":{\"section\":{\"expr\":{\"Literal\":{\"Value\":\"'ReportSection2582b338e1576cb49958'\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"type\":{\"expr\":{\"Literal\":{\"Value\":\"'Default'\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
137
|
+
"filters": "[]",
|
|
138
|
+
"height": 292.5,
|
|
139
|
+
"width": 413.75,
|
|
140
|
+
"x": 13.75,
|
|
141
|
+
"y": 405.0,
|
|
142
|
+
"z": 4000.0
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"config": "{\"name\":\"0b1c68838818b32ad03b\",\"layouts\":[{\"id\":0,\"position\":{\"x\":587.9323914362486,\"y\":110.76987085030771,\"z\":7000,\"width\":276.9246771257693,\"height\":193.13721071335704,\"tabOrder\":7000}}],\"singleVisual\":{\"visualType\":\"slicer\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Capacity\",\"active\":true},{\"queryRef\":\"BPAResults.Workspace Name\",\"active\":true},{\"queryRef\":\"BPAResults.Model Name\",\"active\":true}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Workspace\"},\"Name\":\"BPAResults.Workspace Name\",\"NativeReferenceName\":\"Workspace\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"},\"Name\":\"BPAResults.Model Name\",\"NativeReferenceName\":\"Model\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Capacity\"},\"Name\":\"BPAResults.Capacity\",\"NativeReferenceName\":\"Capacity\"}]},\"expansionStates\":[{\"roles\":[\"Values\"],\"levels\":[{\"queryRefs\":[\"BPAResults.Capacity\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Capacity\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Workspace Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Workspace\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Model Name\"],\"isCollapsed\":true,\"isPinned\":true}],\"root\":{\"identityValues\":null,\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'Trial-mikova-microsoft-com-05-16-2023-10-19-UTC'\"}}],\"isToggled\":true,\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'MK Demo 6'\"}}],\"isToggled\":true}]}]}}],\"drillFilterOtherVisuals\":true,\"objects\":{\"data\":[{\"properties\":{\"mode\":{\"expr\":{\"Literal\":{\"Value\":\"'Basic'\"}}}}}],\"general\":[{\"properties\":{\"orientation\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}},\"filter\":{\"filter\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Where\":[{\"Condition\":{\"In\":{\"Expressions\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Capacity\"}},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Workspace\"}},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"}}],\"Values\":[[{\"Literal\":{\"Value\":\"'Trial-mikova-microsoft-com-05-16-2023-10-19-UTC'\"}},{\"Literal\":{\"Value\":\"'MK Demo 6'\"}},{\"Literal\":{\"Value\":\"'MigrationTest'\"}}]]}}}]}}}}],\"header\":[{\"properties\":{\"textSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}],\"selection\":[{\"properties\":{\"strictSingleSelect\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]},\"filterExpressionMetadata\":{\"expressions\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Capacity\"}},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Workspace\"}},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Model\"}}],\"cachedValueItems\":[{\"identities\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Capacity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Trial-mikova-microsoft-com-05-16-2023-10-19-UTC'\"}}}}},{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Workspace\"}},\"Right\":{\"Literal\":{\"Value\":\"'MK Demo 6'\"}}}}},{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Model\"}},\"Right\":{\"Literal\":{\"Value\":\"'MigrationTest'\"}}}}}],\"valueMap\":{\"0\":\"Trial-mikova-microsoft-com-05-16-2023-10-19-UTC\",\"1\":\"MK Demo 6\",\"2\":\"MigrationTest\"}}]}}}",
|
|
146
|
+
"filters": "[]",
|
|
147
|
+
"height": 193.14,
|
|
148
|
+
"width": 276.92,
|
|
149
|
+
"x": 587.93,
|
|
150
|
+
"y": 110.77,
|
|
151
|
+
"z": 7000.0
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"config": "{\"name\":\"0c171de9d2683d10b930\",\"layouts\":[{\"id\":0,\"position\":{\"x\":25,\"y\":120,\"z\":6000,\"width\":562.5,\"height\":53.75,\"tabOrder\":6000}}],\"singleVisual\":{\"visualType\":\"textbox\",\"drillFilterOtherVisuals\":true,\"objects\":{\"general\":[{\"properties\":{\"paragraphs\":[{\"textRuns\":[{\"value\":\"Select a model within a workspace ---------------------------->\",\"textStyle\":{\"fontWeight\":\"bold\",\"fontSize\":\"14pt\"}}]}]}}]}}}",
|
|
155
|
+
"filters": "[]",
|
|
156
|
+
"height": 53.75,
|
|
157
|
+
"width": 562.5,
|
|
158
|
+
"x": 25.0,
|
|
159
|
+
"y": 120.0,
|
|
160
|
+
"z": 6000.0
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"config": "{\"name\":\"0efa01be0510e40a645e\",\"layouts\":[{\"id\":0,\"position\":{\"x\":433.1385975556904,\"y\":404.736066568432,\"z\":5000,\"width\":835.0344110253966,\"height\":305.32720811302767,\"tabOrder\":5000}}],\"singleVisual\":{\"visualType\":\"pivotTable\",\"projections\":{\"Rows\":[{\"queryRef\":\"BPAResults.Model Name\",\"active\":true},{\"queryRef\":\"BPAResults.Category\",\"active\":true},{\"queryRef\":\"BPAResults.Rule Name\",\"active\":true},{\"queryRef\":\"BPAResults.Object Type\"},{\"queryRef\":\"BPAResults.Object Name\"}],\"Values\":[{\"queryRef\":\"BPAResults.Sev\"},{\"queryRef\":\"BPAResults.Violations\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"},\"Name\":\"BPAResults.Model Name\",\"NativeReferenceName\":\"Model\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Rule Name\"},\"Name\":\"BPAResults.Rule Name\",\"NativeReferenceName\":\"RuleName\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Rule Severity\"},\"Name\":\"BPAResults.Sev\",\"NativeReferenceName\":\"Sev\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Object Name\"},\"Name\":\"BPAResults.Object Name\",\"NativeReferenceName\":\"Object Name\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Object Type\"},\"Name\":\"BPAResults.Object Type\",\"NativeReferenceName\":\"Object Type\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Category\"},\"Name\":\"BPAResults.Category\",\"NativeReferenceName\":\"Category\"}],\"OrderBy\":[{\"Direction\":1,\"Expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"}}}]},\"expansionStates\":[{\"roles\":[\"Rows\"],\"levels\":[{\"queryRefs\":[\"BPAResults.Model Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Model\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Category\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Category\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Rule Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Rule Name\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Object Type\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Object Type\"}}],\"isPinned\":true},{\"queryRefs\":[\"BPAResults.Object Name\"],\"isCollapsed\":true,\"identityKeys\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Object Name\"}}],\"isPinned\":true}],\"root\":{\"identityValues\":null,\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'MigrationTest'\"}}],\"isToggled\":true,\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'Performance'\"}}],\"isToggled\":true,\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'Consider a star-schema instead of a snowflake architecture'\"}}],\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'Table'\"}}],\"isToggled\":true}]}]}]},{\"identityValues\":[{\"Literal\":{\"Value\":\"'AdvWorks'\"}}],\"isToggled\":true,\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'DAX Expressions'\"}}],\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'Column references should be fully qualified'\"}}],\"isToggled\":true,\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'Measure'\"}}],\"isToggled\":true}]},{\"identityValues\":[{\"Literal\":{\"Value\":\"'Measure references should be unqualified'\"}}],\"children\":[{\"identityValues\":[{\"Literal\":{\"Value\":\"'Measure'\"}}],\"isToggled\":true}]}]}]}]}}],\"drillFilterOtherVisuals\":true,\"objects\":{\"columnWidth\":[{\"properties\":{\"value\":{\"expr\":{\"Literal\":{\"Value\":\"140.39478374000865D\"}}}},\"selector\":{\"metadata\":\"BPAResults.RuleCategory\"}},{\"properties\":{\"value\":{\"expr\":{\"Literal\":{\"Value\":\"560.6163412819568D\"}}}},\"selector\":{\"metadata\":\"BPAResults.RuleName\"}},{\"properties\":{\"value\":{\"expr\":{\"Literal\":{\"Value\":\"589.4619042856642D\"}}}},\"selector\":{\"metadata\":\"BPAResults.Model Name\"}}],\"columnHeaders\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"13D\"}}}}}],\"values\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"subTotals\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}},\"selector\":{\"id\":\"Column\"}}],\"rowHeaders\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"visualTooltip\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"type\":{\"expr\":{\"Literal\":{\"Value\":\"'Canvas'\"}}},\"section\":{\"expr\":{\"Literal\":{\"Value\":\"'d37dce724a0ccc30044b'\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
164
|
+
"filters": "[]",
|
|
165
|
+
"height": 305.33,
|
|
166
|
+
"width": 835.03,
|
|
167
|
+
"x": 433.14,
|
|
168
|
+
"y": 404.74,
|
|
169
|
+
"z": 5000.0
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"config": "{\"name\":\"6bf2f0eb830ab53cc668\",\"layouts\":[{\"id\":0,\"position\":{\"x\":14.201265493629194,\"y\":12.781138944266274,\"z\":0,\"width\":1265.332755482361,\"height\":75.26670711623473,\"tabOrder\":0}}],\"singleVisual\":{\"visualType\":\"multiRowCard\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Capacity\"},{\"queryRef\":\"BPAResults.Workspace\"},{\"queryRef\":\"BPAResults.Model\"},{\"queryRef\":\"BPAResults.Model Owner\"},{\"queryRef\":\"BPAResults.Violations\"},{\"queryRef\":\"BPAResults.Sev 3 Violations\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Error Violations\"},\"Name\":\"BPAResults.Sev 3 Violations\",\"NativeReferenceName\":\"Error Violations\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model\"},\"Name\":\"BPAResults.Model\",\"NativeReferenceName\":\"Model\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Model Owner\"},\"Name\":\"BPAResults.Model Owner\",\"NativeReferenceName\":\"Model Owner\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Workspace\"},\"Name\":\"BPAResults.Workspace\",\"NativeReferenceName\":\"Workspace\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Capacity\"},\"Name\":\"BPAResults.Capacity\",\"NativeReferenceName\":\"Capacity\"}],\"OrderBy\":[{\"Direction\":1,\"Expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Capacity\"}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"categoryLabels\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}],\"dataLabels\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"15D\"}}},\"bold\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}],\"card\":[{\"properties\":{\"outlineStyle\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}},\"cardPadding\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
173
|
+
"filters": "[]",
|
|
174
|
+
"height": 75.27,
|
|
175
|
+
"width": 1265.33,
|
|
176
|
+
"x": 14.2,
|
|
177
|
+
"y": 12.78,
|
|
178
|
+
"z": 0.0
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"config": "{\"name\":\"88d8141cb8500b60030c\",\"layouts\":[{\"id\":0,\"position\":{\"x\":879.058334055647,\"y\":110.76987085030771,\"z\":2000,\"width\":217.27936205252666,\"height\":191.71708416399412,\"tabOrder\":2000}}],\"singleVisual\":{\"visualType\":\"slicer\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Category\",\"active\":true}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Category\"},\"Name\":\"BPAResults.Category\",\"NativeReferenceName\":\"Category\"}]},\"drillFilterOtherVisuals\":true,\"objects\":{\"data\":[{\"properties\":{\"mode\":{\"expr\":{\"Literal\":{\"Value\":\"'Basic'\"}}}}}],\"general\":[{\"properties\":{\"orientation\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}}}}],\"header\":[{\"properties\":{\"textSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
182
|
+
"filters": "[]",
|
|
183
|
+
"height": 191.72,
|
|
184
|
+
"width": 217.28,
|
|
185
|
+
"x": 879.06,
|
|
186
|
+
"y": 110.77,
|
|
187
|
+
"z": 2000.0
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"config": "{\"name\":\"a753273590beed656a03\",\"layouts\":[{\"id\":0,\"position\":{\"x\":13.16714642664056,\"y\":181.9460233499423,\"z\":1000,\"width\":555.4141765419291,\"height\":192.7191431535573,\"tabOrder\":1000}}],\"singleVisual\":{\"visualType\":\"barChart\",\"projections\":{\"Y\":[{\"queryRef\":\"BPAResults.Violations\"}],\"Category\":[{\"queryRef\":\"BPAResults.Severity\",\"active\":true}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"},\"Name\":\"BPAResults.Violations\",\"NativeReferenceName\":\"Violations\"},{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.Severity\",\"NativeReferenceName\":\"Severity\"}],\"OrderBy\":[{\"Direction\":2,\"Expression\":{\"Measure\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Violations\"}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"labels\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"16D\"}}},\"enableTitleDataLabel\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"enableDetailDataLabel\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"bold\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"dataPoint\":[{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":-0.2}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"1L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0.4}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"2L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":9,\"Percent\":0}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"3L\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#E68F96'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Warning'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#CCCCCC'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Info'\"}}}}}]}},{\"properties\":{\"fill\":{\"solid\":{\"color\":{\"expr\":{\"Literal\":{\"Value\":\"'#D64550'\"}}}}}},\"selector\":{\"data\":[{\"scopeId\":{\"Comparison\":{\"ComparisonKind\":0,\"Left\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Entity\":\"BPAResults\"}},\"Property\":\"Severity\"}},\"Right\":{\"Literal\":{\"Value\":\"'Error'\"}}}}}]}}],\"legend\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"valueAxis\":[{\"properties\":{\"titleFontSize\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"10D\"}}},\"gridlineShow\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"showAxisTitle\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"categoryAxis\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}},\"gridlineShow\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"labelColor\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":1,\"Percent\":0}}}}},\"maxMarginFactor\":{\"expr\":{\"Literal\":{\"Value\":\"26L\"}}},\"concatenateLabels\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}},\"showAxisTitle\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}],\"zoom\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"false\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}}}}],\"title\":[{\"properties\":{\"text\":{\"expr\":{\"Literal\":{\"Value\":\"'Violations by Severity'\"}}},\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}],\"visualTooltip\":[{\"properties\":{\"section\":{\"expr\":{\"Literal\":{\"Value\":\"'ReportSection2582b338e1576cb49958'\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
191
|
+
"filters": "[]",
|
|
192
|
+
"height": 192.72,
|
|
193
|
+
"width": 555.41,
|
|
194
|
+
"x": 13.17,
|
|
195
|
+
"y": 181.95,
|
|
196
|
+
"z": 1000.0
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"config": "{\"name\":\"b8fdc82cddd61ac447bc\",\"layouts\":[{\"id\":0,\"position\":{\"x\":1114.7993412498915,\"y\":110.76987085030771,\"z\":3000,\"width\":153.3736673311953,\"height\":191.71708416399412,\"tabOrder\":3000}}],\"singleVisual\":{\"visualType\":\"slicer\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.RuleSeverity\",\"active\":true}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Severity\"},\"Name\":\"BPAResults.RuleSeverity\",\"NativeReferenceName\":\"RuleSeverity\"}]},\"drillFilterOtherVisuals\":true,\"objects\":{\"data\":[{\"properties\":{\"mode\":{\"expr\":{\"Literal\":{\"Value\":\"'Basic'\"}}}}}],\"general\":[{\"properties\":{\"orientation\":{\"expr\":{\"Literal\":{\"Value\":\"0D\"}}}}}],\"header\":[{\"properties\":{\"textSize\":{\"expr\":{\"Literal\":{\"Value\":\"14D\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"color\":{\"solid\":{\"color\":{\"expr\":{\"ThemeDataColor\":{\"ColorId\":0,\"Percent\":0}}}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"20D\"}}}}}],\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}}}}]}}}",
|
|
200
|
+
"filters": "[]",
|
|
201
|
+
"height": 191.72,
|
|
202
|
+
"width": 153.37,
|
|
203
|
+
"x": 1114.8,
|
|
204
|
+
"y": 110.77,
|
|
205
|
+
"z": 3000.0
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"width": 1280.0
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"config": "{\"visibility\":1,\"type\":1}",
|
|
212
|
+
"displayName": "Rule Tooltip",
|
|
213
|
+
"displayOption": 3,
|
|
214
|
+
"filters": "[]",
|
|
215
|
+
"height": 240.0,
|
|
216
|
+
"name": "d37dce724a0ccc30044b",
|
|
217
|
+
"ordinal": 3,
|
|
218
|
+
"visualContainers": [
|
|
219
|
+
{
|
|
220
|
+
"config": "{\"name\":\"ce8532a7e25020271077\",\"layouts\":[{\"id\":0,\"position\":{\"x\":10,\"y\":0,\"width\":280,\"height\":220,\"z\":0,\"tabOrder\":0}}],\"singleVisual\":{\"visualType\":\"tableEx\",\"projections\":{\"Values\":[{\"queryRef\":\"BPAResults.Description\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"b\",\"Entity\":\"BPAResults\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"b\"}},\"Property\":\"Description\"},\"Name\":\"BPAResults.Description\",\"NativeReferenceName\":\"Description\"}]},\"drillFilterOtherVisuals\":true}}",
|
|
221
|
+
"filters": "[]",
|
|
222
|
+
"height": 220.0,
|
|
223
|
+
"width": 280.0,
|
|
224
|
+
"x": 10.0,
|
|
225
|
+
"y": 0.0,
|
|
226
|
+
"z": 0.0
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"width": 320.0
|
|
230
|
+
}
|
|
231
|
+
]
|
|
232
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
from ._save_report import (
|
|
2
|
+
save_report_as_pbip,
|
|
3
|
+
)
|
|
4
|
+
from ._reportwrapper import (
|
|
5
|
+
ReportWrapper,
|
|
6
|
+
connect_report,
|
|
7
|
+
)
|
|
8
|
+
from ._paginated import (
|
|
9
|
+
get_report_datasources,
|
|
10
|
+
)
|
|
11
|
+
from ._generate_report import (
|
|
12
|
+
create_report_from_reportjson,
|
|
13
|
+
get_report_definition,
|
|
14
|
+
update_report_from_reportjson,
|
|
15
|
+
create_model_bpa_report,
|
|
16
|
+
)
|
|
17
|
+
from ._download_report import download_report
|
|
18
|
+
from ._report_functions import (
|
|
19
|
+
get_report_json,
|
|
20
|
+
# report_dependency_tree,
|
|
21
|
+
clone_report,
|
|
22
|
+
launch_report,
|
|
23
|
+
# translate_report_titles
|
|
24
|
+
)
|
|
25
|
+
from ._report_rebind import (
|
|
26
|
+
report_rebind,
|
|
27
|
+
report_rebind_all,
|
|
28
|
+
)
|
|
29
|
+
from ._report_bpa_rules import report_bpa_rules
|
|
30
|
+
from ._report_bpa import run_report_bpa
|
|
31
|
+
from ._export_report import (
|
|
32
|
+
export_report,
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
__all__ = [
|
|
36
|
+
"create_report_from_reportjson",
|
|
37
|
+
"update_report_from_reportjson",
|
|
38
|
+
"get_report_json",
|
|
39
|
+
# report_dependency_tree,
|
|
40
|
+
"export_report",
|
|
41
|
+
"clone_report",
|
|
42
|
+
"launch_report",
|
|
43
|
+
# translate_report_titles,
|
|
44
|
+
"report_rebind",
|
|
45
|
+
"report_rebind_all",
|
|
46
|
+
"get_report_definition",
|
|
47
|
+
"create_model_bpa_report",
|
|
48
|
+
"ReportWrapper",
|
|
49
|
+
"report_bpa_rules",
|
|
50
|
+
"run_report_bpa",
|
|
51
|
+
"get_report_datasources",
|
|
52
|
+
"download_report",
|
|
53
|
+
"save_report_as_pbip",
|
|
54
|
+
"connect_report",
|
|
55
|
+
]
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0",
|
|
3
|
+
"remoteArtifacts": [
|
|
4
|
+
{
|
|
5
|
+
"reportId": "6a91c344-dba8-4ebf-bedb-e07134f2a204"
|
|
6
|
+
}
|
|
7
|
+
],
|
|
8
|
+
"securityBindingsSignature": "AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAMAVu7l76YU6Sl11KOiJdgQAAAAACAAAAAAAQZgAAAAEAACAAAAD1Ty+c7tZLT9/Sjguxhn/5ivfLWfUMNtgudyJ3BKzzZgAAAAAOgAAAAAIAACAAAABAyGf+iKMwvmNtcoRczjgebeIm0nlc9SFYTBYv3N7yvVADAADQN3JsIsvJUcKKc9WMo2EhiE21odezpd35tb+yudHwA/RYhypMA3fwiCTwArLefBZQ3vZ7KYh4MjihXS07i9o1XVqxAmDoli83Yhs/Wei+0HIfYOT5HOVHLUEul5x41Yx/7Bdfhc881SK6IoaJogBdwsiJVxPne+niMYqJQA6qLEPyJ33g6ucUxLA40lwdbN2cMWFzRn6tymmicDPwH0hcGPDMWwseAU+OuUeidkneRWhUGs6lkiiXLiO6kmY5RKq+S4FdtR19/e1B6EjAd94zSw+M5jQzYxn4eCZzWYiB+8Zd/jy07lfyLoGwagNqiQzbcNONqQd5w0n+8/+n4zGkBi2UojfRXoGaYDirQeZMTbt3pfPx2PArxsJ8dF0iT634pHiCF1ZFdtY+79JaFLUUG+Yf7JJv8IxuuuF74tAp4NYmuOij4hTDaf8Jafa5IoRVh7ICkwrjJyVQ8dG7I3tr0VvR+toBPG3Zlbm9BijcaBxhh1AINhnRAIkENOnPFQVH7l3Ml7B60H8Tst6ic3ihCCMYjtmN+NNWqFrJKT2trilh5TAxN+ei4H5fPwM9S7zb2bH5jhExcYTtoe7iCzxOvBsoYoFM+7FMjn9R2FATNICktYdbKDo1Of+u4oZ1+RsvBHQBVaMhSCoZ7+K5T5pZayNK3V2UID3wOuLOYvouxXXr4NVFsdgiV2oMuxTWeqmd/4bLxeqe3uTkGFmQU4mumF2YVsNbdO3IcRXhhrCCZ27ffzXBsH+lE3EhusD37Z0dsVbVVlG8AHXCh7Atgd8n73/eSI5mvj36DCOSRBVauItIATIa2FXueKA7vU6lRDYBSX8FCC2qkeN6dWpMoN5uXXEBsb5Yot1Fgrovcyl5lk7rh772Xon4FaIYFHZpklsY3JK5EXp3bF8UOE6ByN1ZucmkGgYRcTT/up/Uc86TLN6env9XXL4FQYPlReiOGWKBLVi9OoXGRLDshspniULtV3EwQ6WsjF2AyQ+WdLj3bbWKzG5Mg9jvANLrjycZAGWskh4X5JDGiv4TiJmnYQ/xPZAKKiowpVIHikLeG76uXFI+bxtpihV9+DaEJy4UxisHQxwuvUsQs38u3SHgpJmT8CNssZl41+T/IJdoQwJFLUAAAACnUQZGV9DvcOyrj8HBpXBVB5PuOQDxLB4HZOevHqCB5dc5z787E93B51QmN7I15fF6GCdWwN5f94gv1er2dtN3"
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/fabric/gitIntegration/platformProperties/2.0.0/schema.json",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"type": "Report",
|
|
5
|
+
"displayName": "BPAReport"
|
|
6
|
+
},
|
|
7
|
+
"config": {
|
|
8
|
+
"version": "2.0",
|
|
9
|
+
"logicalId": "a201f2cd-fd25-465f-bfbc-33b151e38b31"
|
|
10
|
+
}
|
|
11
|
+
}
|