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,924 @@
|
|
|
1
|
+
#
|
|
2
|
+
msgid ""
|
|
3
|
+
msgstr ""
|
|
4
|
+
"Language: th-TH\n"
|
|
5
|
+
"MIME-Version: 1.0\n"
|
|
6
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
7
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
8
|
+
|
|
9
|
+
# rule_name
|
|
10
|
+
msgid "Do not use floating point data types"
|
|
11
|
+
msgstr "อย่าใช้ชนิดข้อมูลทศนิยม"
|
|
12
|
+
|
|
13
|
+
# rule_name
|
|
14
|
+
msgid "Avoid using calculated columns"
|
|
15
|
+
msgstr "หลีกเลี่ยงการใช้คอลัมน์จากการคํานวณ"
|
|
16
|
+
|
|
17
|
+
# rule_name
|
|
18
|
+
msgid "Check if bi-directional and many-to-many relationships are valid"
|
|
19
|
+
msgstr "ตรวจสอบว่าความสัมพันธ์แบบสองทิศทางและแบบกลุ่มต่อกลุ่มถูกต้องหรือไม่"
|
|
20
|
+
|
|
21
|
+
# rule_name
|
|
22
|
+
msgid "Check if dynamic row level security (RLS) is necessary"
|
|
23
|
+
msgstr ""
|
|
24
|
+
"ตรวจสอบว่าจําเป็นต้องมีการรักษาความปลอดภัยระดับแถวแบบไดนามิก (RLS) หรือไม่"
|
|
25
|
+
|
|
26
|
+
# rule_name
|
|
27
|
+
msgid ""
|
|
28
|
+
"Avoid using many-to-many relationships on tables used for dynamic row level "
|
|
29
|
+
"security"
|
|
30
|
+
msgstr ""
|
|
31
|
+
"หลีกเลี่ยงการใช้ความสัมพันธ์แบบกลุ่มต่อกลุ่มบนตารางที่ใช้สําหรับการรักษาความปลอดภัยระดับแถวแบบไดนามิก"
|
|
32
|
+
|
|
33
|
+
# rule_name
|
|
34
|
+
msgid "Many-to-many relationships should be single-direction"
|
|
35
|
+
msgstr "ความสัมพันธ์แบบกลุ่มต่อกลุ่มควรเป็นแบบทิศทางเดียว"
|
|
36
|
+
|
|
37
|
+
# rule_name
|
|
38
|
+
msgid "Set IsAvailableInMdx to false on non-attribute columns"
|
|
39
|
+
msgstr "ตั้งค่า IsAvailableInMdx เป็น false ในคอลัมน์ที่ไม่ใช่แอตทริบิวต์"
|
|
40
|
+
|
|
41
|
+
# rule_name
|
|
42
|
+
msgid ""
|
|
43
|
+
"Set 'Data Coverage Definition' property on the DirectQuery partition of a "
|
|
44
|
+
"hybrid table"
|
|
45
|
+
msgstr ""
|
|
46
|
+
"ตั้งค่าคุณสมบัติ 'คําจํากัดความความครอบคลุมของข้อมูล' บนพาร์ติชัน "
|
|
47
|
+
"DirectQuery ของตารางไฮบริด"
|
|
48
|
+
|
|
49
|
+
# rule_name
|
|
50
|
+
msgid ""
|
|
51
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
52
|
+
"the corresponding fact table"
|
|
53
|
+
msgstr ""
|
|
54
|
+
"โหมดคู่จะเกี่ยวข้องกับตารางมิติเท่านั้นถ้าใช้ DirectQuery "
|
|
55
|
+
"สําหรับตารางข้อเท็จจริงที่สอดคล้องกัน"
|
|
56
|
+
|
|
57
|
+
# rule_name
|
|
58
|
+
msgid ""
|
|
59
|
+
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
60
|
+
"on fact tables"
|
|
61
|
+
msgstr ""
|
|
62
|
+
"ตั้งค่าตารางมิติเป็นโหมดคู่แทนการนําเข้าเมื่อใช้ DirectQuery "
|
|
63
|
+
"บนตารางข้อเท็จจริง"
|
|
64
|
+
|
|
65
|
+
# rule_name
|
|
66
|
+
msgid "Minimize Power Query transformations"
|
|
67
|
+
msgstr "ลดการแปลง Power Query ให้น้อยที่สุด"
|
|
68
|
+
|
|
69
|
+
# rule_name
|
|
70
|
+
msgid "Consider a star-schema instead of a snowflake architecture"
|
|
71
|
+
msgstr "พิจารณา star-schema แทนสถาปัตยกรรมเกล็ดหิมะ"
|
|
72
|
+
|
|
73
|
+
# rule_name
|
|
74
|
+
msgid "Avoid using views when using Direct Lake mode"
|
|
75
|
+
msgstr "หลีกเลี่ยงการใช้มุมมองเมื่อใช้โหมด Direct Lake"
|
|
76
|
+
|
|
77
|
+
# rule_name
|
|
78
|
+
msgid "Avoid adding 0 to a measure"
|
|
79
|
+
msgstr "หลีกเลี่ยงการเพิ่ม 0 ลงในการวัด"
|
|
80
|
+
|
|
81
|
+
# rule_name
|
|
82
|
+
msgid "Reduce usage of calculated tables"
|
|
83
|
+
msgstr "ลดการใช้ตารางจากการคํานวณ"
|
|
84
|
+
|
|
85
|
+
# rule_name
|
|
86
|
+
msgid "Reduce usage of calculated columns that use the RELATED function"
|
|
87
|
+
msgstr "ลดการใช้คอลัมน์จากการคํานวณที่ใช้ฟังก์ชัน RELATED"
|
|
88
|
+
|
|
89
|
+
# rule_name
|
|
90
|
+
msgid "Avoid excessive bi-directional or many-to-many relationships"
|
|
91
|
+
msgstr "หลีกเลี่ยงความสัมพันธ์แบบสองทิศทางหรือแบบกลุ่มต่อกลุ่มมากเกินไป"
|
|
92
|
+
|
|
93
|
+
# rule_name
|
|
94
|
+
msgid "Remove auto-date table"
|
|
95
|
+
msgstr "ลบตารางวันที่อัตโนมัติ"
|
|
96
|
+
|
|
97
|
+
# rule_name
|
|
98
|
+
msgid "Date/calendar tables should be marked as a date table"
|
|
99
|
+
msgstr "ตารางวันที่/ปฏิทินควรถูกทําเครื่องหมายเป็นตารางวันที่"
|
|
100
|
+
|
|
101
|
+
# rule_name
|
|
102
|
+
msgid "Large tables should be partitioned"
|
|
103
|
+
msgstr "โต๊ะขนาดใหญ่ควรแบ่งพาร์ติชัน"
|
|
104
|
+
|
|
105
|
+
# rule_name
|
|
106
|
+
msgid "Limit row level security (RLS) logic"
|
|
107
|
+
msgstr "ตรรกะการรักษาความปลอดภัยระดับแถว (RLS) จํากัด"
|
|
108
|
+
|
|
109
|
+
# rule_name
|
|
110
|
+
msgid "Model should have a date table"
|
|
111
|
+
msgstr "โมเดลควรมีตารางวันที่"
|
|
112
|
+
|
|
113
|
+
# rule_name
|
|
114
|
+
msgid "Calculation items must have an expression"
|
|
115
|
+
msgstr "รายการการคํานวณต้องมีนิพจน์"
|
|
116
|
+
|
|
117
|
+
# rule_name
|
|
118
|
+
msgid "Relationship columns should be of the same data type"
|
|
119
|
+
msgstr "คอลัมน์ความสัมพันธ์ควรเป็นชนิดข้อมูลเดียวกัน"
|
|
120
|
+
|
|
121
|
+
# rule_name
|
|
122
|
+
msgid "Data columns must have a source column"
|
|
123
|
+
msgstr "คอลัมน์ข้อมูลต้องมีคอลัมน์ต้นทาง"
|
|
124
|
+
|
|
125
|
+
# rule_name
|
|
126
|
+
msgid "Set IsAvailableInMdx to true on necessary columns"
|
|
127
|
+
msgstr "ตั้งค่า IsAvailableInMdx เป็น true ในคอลัมน์ที่จําเป็น"
|
|
128
|
+
|
|
129
|
+
# rule_name
|
|
130
|
+
msgid "Avoid the USERELATIONSHIP function and RLS against the same table"
|
|
131
|
+
msgstr "หลีกเลี่ยงฟังก์ชัน USERELATIONSHIP และ RLS กับตารางเดียวกัน"
|
|
132
|
+
|
|
133
|
+
# rule_name
|
|
134
|
+
msgid "Avoid using the IFERROR function"
|
|
135
|
+
msgstr "หลีกเลี่ยงการใช้ฟังก์ชัน IFERROR"
|
|
136
|
+
|
|
137
|
+
# rule_name
|
|
138
|
+
msgid ""
|
|
139
|
+
"Use the TREATAS function instead of INTERSECT for virtual relationships"
|
|
140
|
+
msgstr "ใช้ฟังก์ชัน TREATAS แทน INTERSECT สําหรับความสัมพันธ์แบบเสมือน"
|
|
141
|
+
|
|
142
|
+
# rule_name
|
|
143
|
+
msgid "The EVALUATEANDLOG function should not be used in production models"
|
|
144
|
+
msgstr "ไม่ควรใช้ฟังก์ชัน EVALUATEANDLOG ในแบบจําลองการผลิต"
|
|
145
|
+
|
|
146
|
+
# rule_name
|
|
147
|
+
msgid "Measures should not be direct references of other measures"
|
|
148
|
+
msgstr "มาตรการไม่ควรเป็นการอ้างอิงโดยตรงของมาตรการอื่น ๆ"
|
|
149
|
+
|
|
150
|
+
# rule_name
|
|
151
|
+
msgid "No two measures should have the same definition"
|
|
152
|
+
msgstr "ไม่มีมาตรการสองข้อควรมีคําจํากัดความเหมือนกัน"
|
|
153
|
+
|
|
154
|
+
# rule_name
|
|
155
|
+
msgid ""
|
|
156
|
+
"Avoid addition or subtraction of constant values to results of divisions"
|
|
157
|
+
msgstr "หลีกเลี่ยงการบวกหรือลบค่าคงที่เพื่อผลลัพธ์ของการหาร"
|
|
158
|
+
|
|
159
|
+
# rule_name
|
|
160
|
+
msgid "Avoid using '1-(x/y)' syntax"
|
|
161
|
+
msgstr "หลีกเลี่ยงการใช้ไวยากรณ์ '1-(x/y)'"
|
|
162
|
+
|
|
163
|
+
# rule_name
|
|
164
|
+
msgid "Filter measure values by columns, not tables"
|
|
165
|
+
msgstr "กรองค่าการวัดผลตามคอลัมน์ ไม่ใช่ตาราง"
|
|
166
|
+
|
|
167
|
+
# rule_name
|
|
168
|
+
msgid "Filter column values with proper syntax"
|
|
169
|
+
msgstr "กรองค่าคอลัมน์ด้วยไวยากรณ์ที่เหมาะสม"
|
|
170
|
+
|
|
171
|
+
# rule_name
|
|
172
|
+
msgid "Use the DIVIDE function for division"
|
|
173
|
+
msgstr "ใช้ฟังก์ชัน DIVIDE สําหรับการหาร"
|
|
174
|
+
|
|
175
|
+
# rule_name
|
|
176
|
+
msgid "Column references should be fully qualified"
|
|
177
|
+
msgstr "การอ้างอิงคอลัมน์ควรมีคุณสมบัติครบถ้วน"
|
|
178
|
+
|
|
179
|
+
# rule_name
|
|
180
|
+
msgid "Measure references should be unqualified"
|
|
181
|
+
msgstr "การอ้างอิงการวัดควรไม่มีคุณสมบัติ"
|
|
182
|
+
|
|
183
|
+
# rule_name
|
|
184
|
+
msgid "Inactive relationships that are never activated"
|
|
185
|
+
msgstr "ความสัมพันธ์ที่ไม่ได้ใช้งานซึ่งไม่เคยเปิดใช้งาน"
|
|
186
|
+
|
|
187
|
+
# rule_name
|
|
188
|
+
msgid "Remove unnecessary columns"
|
|
189
|
+
msgstr "ลบคอลัมน์ที่ไม่จําเป็น"
|
|
190
|
+
|
|
191
|
+
# rule_name
|
|
192
|
+
msgid "Remove unnecessary measures"
|
|
193
|
+
msgstr "ลบมาตรการที่ไม่จําเป็น"
|
|
194
|
+
|
|
195
|
+
# rule_name
|
|
196
|
+
msgid "Ensure tables have relationships"
|
|
197
|
+
msgstr "ตรวจสอบให้แน่ใจว่าตารางมีความสัมพันธ์"
|
|
198
|
+
|
|
199
|
+
# rule_name
|
|
200
|
+
msgid "Calculation groups with no calculation items"
|
|
201
|
+
msgstr "กลุ่มการคํานวณที่ไม่มีรายการการคํานวณ"
|
|
202
|
+
|
|
203
|
+
# rule_name
|
|
204
|
+
msgid "Visible objects with no description"
|
|
205
|
+
msgstr "วัตถุที่มองเห็นได้โดยไม่มีคําอธิบาย"
|
|
206
|
+
|
|
207
|
+
# rule_name
|
|
208
|
+
msgid "Provide format string for 'Date' columns"
|
|
209
|
+
msgstr "ระบุสตริงรูปแบบสําหรับคอลัมน์ 'วันที่'"
|
|
210
|
+
|
|
211
|
+
# rule_name
|
|
212
|
+
msgid "Do not summarize numeric columns"
|
|
213
|
+
msgstr "ไม่สรุปคอลัมน์ตัวเลข"
|
|
214
|
+
|
|
215
|
+
# rule_name
|
|
216
|
+
msgid "Provide format string for measures"
|
|
217
|
+
msgstr "จัดเตรียมสตริงรูปแบบสําหรับการวัดผล"
|
|
218
|
+
|
|
219
|
+
# rule_name
|
|
220
|
+
msgid "Add data category for columns"
|
|
221
|
+
msgstr "เพิ่มประเภทข้อมูลสําหรับคอลัมน์"
|
|
222
|
+
|
|
223
|
+
# rule_name
|
|
224
|
+
msgid ""
|
|
225
|
+
"Percentages should be formatted with thousands separators and 1 decimal"
|
|
226
|
+
msgstr "เปอร์เซ็นต์ควรจัดรูปแบบด้วยตัวคั่นหลักพันและทศนิยม 1 ตัว"
|
|
227
|
+
|
|
228
|
+
# rule_name
|
|
229
|
+
msgid ""
|
|
230
|
+
"Whole numbers should be formatted with thousands separators and no decimals"
|
|
231
|
+
msgstr "จํานวนเต็มควรจัดรูปแบบด้วยตัวคั่นหลักพันและไม่มีทศนิยม"
|
|
232
|
+
|
|
233
|
+
# rule_name
|
|
234
|
+
msgid "Hide foreign keys"
|
|
235
|
+
msgstr "ซ่อนคีย์ต่างประเทศ"
|
|
236
|
+
|
|
237
|
+
# rule_name
|
|
238
|
+
msgid "Mark primary keys"
|
|
239
|
+
msgstr "ทําเครื่องหมายคีย์หลัก"
|
|
240
|
+
|
|
241
|
+
# rule_name
|
|
242
|
+
msgid "Month (as a string) must be sorted"
|
|
243
|
+
msgstr "ต้องเรียงลําดับเดือน (เป็นสตริง)"
|
|
244
|
+
|
|
245
|
+
# rule_name
|
|
246
|
+
msgid "Relationship columns should be of integer data type"
|
|
247
|
+
msgstr "คอลัมน์ความสัมพันธ์ควรเป็นชนิดข้อมูลจํานวนเต็ม"
|
|
248
|
+
|
|
249
|
+
# rule_name
|
|
250
|
+
msgid "Provide format string for \"Month\" columns"
|
|
251
|
+
msgstr "ระบุสตริงรูปแบบสําหรับคอลัมน์ \"เดือน\""
|
|
252
|
+
|
|
253
|
+
# rule_name
|
|
254
|
+
msgid "Format flag columns as Yes/No value strings"
|
|
255
|
+
msgstr "จัดรูปแบบคอลัมน์ธงเป็นสตริงค่าใช่/ไม่ใช่"
|
|
256
|
+
|
|
257
|
+
# rule_name
|
|
258
|
+
msgid "Objects should not start or end with a space"
|
|
259
|
+
msgstr "วัตถุไม่ควรขึ้นต้นหรือลงท้ายด้วยช่องว่าง"
|
|
260
|
+
|
|
261
|
+
# rule_name
|
|
262
|
+
msgid "First letter of objects must be capitalized"
|
|
263
|
+
msgstr "ตัวอักษรตัวแรกของวัตถุต้องเป็นตัวพิมพ์ใหญ่"
|
|
264
|
+
|
|
265
|
+
# rule_name
|
|
266
|
+
msgid "Object names must not contain special characters"
|
|
267
|
+
msgstr "ชื่อวัตถุต้องไม่มีอักขระพิเศษ"
|
|
268
|
+
|
|
269
|
+
# category
|
|
270
|
+
msgid "Do not use floating point data types"
|
|
271
|
+
msgstr "การแสดง"
|
|
272
|
+
|
|
273
|
+
# category
|
|
274
|
+
msgid "Avoid using calculated columns"
|
|
275
|
+
msgstr "การแสดง"
|
|
276
|
+
|
|
277
|
+
# category
|
|
278
|
+
msgid "Check if bi-directional and many-to-many relationships are valid"
|
|
279
|
+
msgstr "การแสดง"
|
|
280
|
+
|
|
281
|
+
# category
|
|
282
|
+
msgid "Check if dynamic row level security (RLS) is necessary"
|
|
283
|
+
msgstr "การแสดง"
|
|
284
|
+
|
|
285
|
+
# category
|
|
286
|
+
msgid ""
|
|
287
|
+
"Avoid using many-to-many relationships on tables used for dynamic row level "
|
|
288
|
+
"security"
|
|
289
|
+
msgstr "การแสดง"
|
|
290
|
+
|
|
291
|
+
# category
|
|
292
|
+
msgid "Many-to-many relationships should be single-direction"
|
|
293
|
+
msgstr "การแสดง"
|
|
294
|
+
|
|
295
|
+
# category
|
|
296
|
+
msgid "Set IsAvailableInMdx to false on non-attribute columns"
|
|
297
|
+
msgstr "การแสดง"
|
|
298
|
+
|
|
299
|
+
# category
|
|
300
|
+
msgid ""
|
|
301
|
+
"Set 'Data Coverage Definition' property on the DirectQuery partition of a "
|
|
302
|
+
"hybrid table"
|
|
303
|
+
msgstr "การแสดง"
|
|
304
|
+
|
|
305
|
+
# category
|
|
306
|
+
msgid ""
|
|
307
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
308
|
+
"the corresponding fact table"
|
|
309
|
+
msgstr "การแสดง"
|
|
310
|
+
|
|
311
|
+
# category
|
|
312
|
+
msgid ""
|
|
313
|
+
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
314
|
+
"on fact tables"
|
|
315
|
+
msgstr "การแสดง"
|
|
316
|
+
|
|
317
|
+
# category
|
|
318
|
+
msgid "Minimize Power Query transformations"
|
|
319
|
+
msgstr "การแสดง"
|
|
320
|
+
|
|
321
|
+
# category
|
|
322
|
+
msgid "Consider a star-schema instead of a snowflake architecture"
|
|
323
|
+
msgstr "การแสดง"
|
|
324
|
+
|
|
325
|
+
# category
|
|
326
|
+
msgid "Avoid using views when using Direct Lake mode"
|
|
327
|
+
msgstr "การแสดง"
|
|
328
|
+
|
|
329
|
+
# category
|
|
330
|
+
msgid "Avoid adding 0 to a measure"
|
|
331
|
+
msgstr "การแสดง"
|
|
332
|
+
|
|
333
|
+
# category
|
|
334
|
+
msgid "Reduce usage of calculated tables"
|
|
335
|
+
msgstr "การแสดง"
|
|
336
|
+
|
|
337
|
+
# category
|
|
338
|
+
msgid "Reduce usage of calculated columns that use the RELATED function"
|
|
339
|
+
msgstr "การแสดง"
|
|
340
|
+
|
|
341
|
+
# category
|
|
342
|
+
msgid "Avoid excessive bi-directional or many-to-many relationships"
|
|
343
|
+
msgstr "การแสดง"
|
|
344
|
+
|
|
345
|
+
# category
|
|
346
|
+
msgid "Remove auto-date table"
|
|
347
|
+
msgstr "การแสดง"
|
|
348
|
+
|
|
349
|
+
# category
|
|
350
|
+
msgid "Date/calendar tables should be marked as a date table"
|
|
351
|
+
msgstr "การแสดง"
|
|
352
|
+
|
|
353
|
+
# category
|
|
354
|
+
msgid "Large tables should be partitioned"
|
|
355
|
+
msgstr "การแสดง"
|
|
356
|
+
|
|
357
|
+
# category
|
|
358
|
+
msgid "Limit row level security (RLS) logic"
|
|
359
|
+
msgstr "การแสดง"
|
|
360
|
+
|
|
361
|
+
# category
|
|
362
|
+
msgid "Model should have a date table"
|
|
363
|
+
msgstr "การแสดง"
|
|
364
|
+
|
|
365
|
+
# category
|
|
366
|
+
msgid "Calculation items must have an expression"
|
|
367
|
+
msgstr "การป้องกันข้อผิดพลาด"
|
|
368
|
+
|
|
369
|
+
# category
|
|
370
|
+
msgid "Relationship columns should be of the same data type"
|
|
371
|
+
msgstr "การป้องกันข้อผิดพลาด"
|
|
372
|
+
|
|
373
|
+
# category
|
|
374
|
+
msgid "Data columns must have a source column"
|
|
375
|
+
msgstr "การป้องกันข้อผิดพลาด"
|
|
376
|
+
|
|
377
|
+
# category
|
|
378
|
+
msgid "Set IsAvailableInMdx to true on necessary columns"
|
|
379
|
+
msgstr "การป้องกันข้อผิดพลาด"
|
|
380
|
+
|
|
381
|
+
# category
|
|
382
|
+
msgid "Avoid the USERELATIONSHIP function and RLS against the same table"
|
|
383
|
+
msgstr "การป้องกันข้อผิดพลาด"
|
|
384
|
+
|
|
385
|
+
# category
|
|
386
|
+
msgid "Avoid using the IFERROR function"
|
|
387
|
+
msgstr "นิพจน์ DAX"
|
|
388
|
+
|
|
389
|
+
# category
|
|
390
|
+
msgid ""
|
|
391
|
+
"Use the TREATAS function instead of INTERSECT for virtual relationships"
|
|
392
|
+
msgstr "นิพจน์ DAX"
|
|
393
|
+
|
|
394
|
+
# category
|
|
395
|
+
msgid "The EVALUATEANDLOG function should not be used in production models"
|
|
396
|
+
msgstr "นิพจน์ DAX"
|
|
397
|
+
|
|
398
|
+
# category
|
|
399
|
+
msgid "Measures should not be direct references of other measures"
|
|
400
|
+
msgstr "นิพจน์ DAX"
|
|
401
|
+
|
|
402
|
+
# category
|
|
403
|
+
msgid "No two measures should have the same definition"
|
|
404
|
+
msgstr "นิพจน์ DAX"
|
|
405
|
+
|
|
406
|
+
# category
|
|
407
|
+
msgid ""
|
|
408
|
+
"Avoid addition or subtraction of constant values to results of divisions"
|
|
409
|
+
msgstr "นิพจน์ DAX"
|
|
410
|
+
|
|
411
|
+
# category
|
|
412
|
+
msgid "Avoid using '1-(x/y)' syntax"
|
|
413
|
+
msgstr "นิพจน์ DAX"
|
|
414
|
+
|
|
415
|
+
# category
|
|
416
|
+
msgid "Filter measure values by columns, not tables"
|
|
417
|
+
msgstr "นิพจน์ DAX"
|
|
418
|
+
|
|
419
|
+
# category
|
|
420
|
+
msgid "Filter column values with proper syntax"
|
|
421
|
+
msgstr "นิพจน์ DAX"
|
|
422
|
+
|
|
423
|
+
# category
|
|
424
|
+
msgid "Use the DIVIDE function for division"
|
|
425
|
+
msgstr "นิพจน์ DAX"
|
|
426
|
+
|
|
427
|
+
# category
|
|
428
|
+
msgid "Column references should be fully qualified"
|
|
429
|
+
msgstr "นิพจน์ DAX"
|
|
430
|
+
|
|
431
|
+
# category
|
|
432
|
+
msgid "Measure references should be unqualified"
|
|
433
|
+
msgstr "นิพจน์ DAX"
|
|
434
|
+
|
|
435
|
+
# category
|
|
436
|
+
msgid "Inactive relationships that are never activated"
|
|
437
|
+
msgstr "นิพจน์ DAX"
|
|
438
|
+
|
|
439
|
+
# category
|
|
440
|
+
msgid "Remove unnecessary columns"
|
|
441
|
+
msgstr "การบํารุงรักษา"
|
|
442
|
+
|
|
443
|
+
# category
|
|
444
|
+
msgid "Remove unnecessary measures"
|
|
445
|
+
msgstr "การบํารุงรักษา"
|
|
446
|
+
|
|
447
|
+
# category
|
|
448
|
+
msgid "Ensure tables have relationships"
|
|
449
|
+
msgstr "การบํารุงรักษา"
|
|
450
|
+
|
|
451
|
+
# category
|
|
452
|
+
msgid "Calculation groups with no calculation items"
|
|
453
|
+
msgstr "การบํารุงรักษา"
|
|
454
|
+
|
|
455
|
+
# category
|
|
456
|
+
msgid "Visible objects with no description"
|
|
457
|
+
msgstr "การบํารุงรักษา"
|
|
458
|
+
|
|
459
|
+
# category
|
|
460
|
+
msgid "Provide format string for 'Date' columns"
|
|
461
|
+
msgstr "จัด รูป แบบ"
|
|
462
|
+
|
|
463
|
+
# category
|
|
464
|
+
msgid "Do not summarize numeric columns"
|
|
465
|
+
msgstr "จัด รูป แบบ"
|
|
466
|
+
|
|
467
|
+
# category
|
|
468
|
+
msgid "Provide format string for measures"
|
|
469
|
+
msgstr "จัด รูป แบบ"
|
|
470
|
+
|
|
471
|
+
# category
|
|
472
|
+
msgid "Add data category for columns"
|
|
473
|
+
msgstr "จัด รูป แบบ"
|
|
474
|
+
|
|
475
|
+
# category
|
|
476
|
+
msgid ""
|
|
477
|
+
"Percentages should be formatted with thousands separators and 1 decimal"
|
|
478
|
+
msgstr "จัด รูป แบบ"
|
|
479
|
+
|
|
480
|
+
# category
|
|
481
|
+
msgid ""
|
|
482
|
+
"Whole numbers should be formatted with thousands separators and no decimals"
|
|
483
|
+
msgstr "จัด รูป แบบ"
|
|
484
|
+
|
|
485
|
+
# category
|
|
486
|
+
msgid "Hide foreign keys"
|
|
487
|
+
msgstr "จัด รูป แบบ"
|
|
488
|
+
|
|
489
|
+
# category
|
|
490
|
+
msgid "Mark primary keys"
|
|
491
|
+
msgstr "จัด รูป แบบ"
|
|
492
|
+
|
|
493
|
+
# category
|
|
494
|
+
msgid "Month (as a string) must be sorted"
|
|
495
|
+
msgstr "จัด รูป แบบ"
|
|
496
|
+
|
|
497
|
+
# category
|
|
498
|
+
msgid "Relationship columns should be of integer data type"
|
|
499
|
+
msgstr "จัด รูป แบบ"
|
|
500
|
+
|
|
501
|
+
# category
|
|
502
|
+
msgid "Provide format string for \"Month\" columns"
|
|
503
|
+
msgstr "จัด รูป แบบ"
|
|
504
|
+
|
|
505
|
+
# category
|
|
506
|
+
msgid "Format flag columns as Yes/No value strings"
|
|
507
|
+
msgstr "จัด รูป แบบ"
|
|
508
|
+
|
|
509
|
+
# category
|
|
510
|
+
msgid "Objects should not start or end with a space"
|
|
511
|
+
msgstr "จัด รูป แบบ"
|
|
512
|
+
|
|
513
|
+
# category
|
|
514
|
+
msgid "First letter of objects must be capitalized"
|
|
515
|
+
msgstr "จัด รูป แบบ"
|
|
516
|
+
|
|
517
|
+
# category
|
|
518
|
+
msgid "Object names must not contain special characters"
|
|
519
|
+
msgstr "ข้อตกลงการตั้งชื่อ"
|
|
520
|
+
|
|
521
|
+
# description
|
|
522
|
+
msgid "Do not use floating point data types"
|
|
523
|
+
msgstr ""
|
|
524
|
+
"ควรหลีกเลี่ยงชนิดข้อมูลจุดลอยตัว \"Double\" "
|
|
525
|
+
"เนื่องจากอาจส่งผลให้เกิดข้อผิดพลาดในการปัดเศษที่คาดเดาไม่ได้และประสิทธิภาพลดลงในบางสถานการณ์"
|
|
526
|
+
" ใช้ \"Int64\" หรือ \"ทศนิยม\" ตามความเหมาะสม (แต่โปรดทราบว่า \"ทศนิยม\" "
|
|
527
|
+
"ถูกจํากัดไว้ที่ 4 หลักหลังเครื่องหมายทศนิยม)"
|
|
528
|
+
|
|
529
|
+
# description
|
|
530
|
+
msgid "Avoid using calculated columns"
|
|
531
|
+
msgstr ""
|
|
532
|
+
"คอลัมน์จากการคํานวณไม่บีบอัดเช่นเดียวกับคอลัมน์ข้อมูล "
|
|
533
|
+
"ดังนั้นจึงใช้หน่วยความจํามากขึ้น "
|
|
534
|
+
"นอกจากนี้ยังทําให้เวลาในการประมวลผลสําหรับทั้งตารางและกระบวนการคํานวณใหม่ช้าลง"
|
|
535
|
+
" ถ่ายโอนตรรกะคอลัมน์จากการคํานวณไปยังคลังข้อมูลของคุณ "
|
|
536
|
+
"และเปลี่ยนคอลัมน์จากการคํานวณเหล่านี้ให้เป็นคอลัมน์ข้อมูล"
|
|
537
|
+
|
|
538
|
+
# description
|
|
539
|
+
msgid "Check if bi-directional and many-to-many relationships are valid"
|
|
540
|
+
msgstr ""
|
|
541
|
+
"https://www.sqlbi.com/articles/bidirectional-relationships-and-ambiguity-in-"
|
|
542
|
+
"dax"
|
|
543
|
+
|
|
544
|
+
# description
|
|
545
|
+
msgid "Check if dynamic row level security (RLS) is necessary"
|
|
546
|
+
msgstr ""
|
|
547
|
+
"การใช้การรักษาความปลอดภัยระดับแถวแบบไดนามิก (RLS) "
|
|
548
|
+
"สามารถเพิ่มค่าสู้หุดหมายหน่วยความจําและประสิทธิภาพ "
|
|
549
|
+
"โปรดศึกษาข้อดี/ข้อเสียของการใช้งาน"
|
|
550
|
+
|
|
551
|
+
# description
|
|
552
|
+
msgid ""
|
|
553
|
+
"Avoid using many-to-many relationships on tables used for dynamic row level "
|
|
554
|
+
"security"
|
|
555
|
+
msgstr ""
|
|
556
|
+
"การใช้ความสัมพันธ์แบบกลุ่มต่อกลุ่มบนตารางที่ใช้การรักษาความปลอดภัยระดับแถวแบบไดนามิกอาจทําให้ประสิทธิภาพการสืบค้นลดลงอย่างร้ายแรง"
|
|
557
|
+
" "
|
|
558
|
+
"ปัญหาประสิทธิภาพของรูปแบบนี้ประกอบขึ้นเมื่อเกิดความสัมพันธ์แบบกลุ่มต่อกลุ่มหลายแบบ"
|
|
559
|
+
" snowflaking กับตารางที่มีความปลอดภัยระดับแถว "
|
|
560
|
+
"ให้ใช้รูปแบบใดรูปแบบหนึ่งที่แสดงในบทความด้านล่างแทน "
|
|
561
|
+
"ซึ่งตารางมิติเดียวเกี่ยวข้องกับกลุ่มต่อหนึ่งกับตารางความปลอดภัย"
|
|
562
|
+
|
|
563
|
+
# description
|
|
564
|
+
msgid "Set IsAvailableInMdx to false on non-attribute columns"
|
|
565
|
+
msgstr ""
|
|
566
|
+
"เมื่อต้องการเพิ่มความเร็วในการประมวลผล "
|
|
567
|
+
"และประหยัดหน่วยความจําหลังจากการประมวลผล "
|
|
568
|
+
"ไม่ควรสร้างลําดับชั้นของแอตทริบิวต์สําหรับคอลัมน์ที่ไม่เคยใช้สําหรับการแบ่งส่วนโดยไคลเอ็นต์"
|
|
569
|
+
" MDX กล่าวอีกนัยหนึ่ง คอลัมน์ที่ซ่อนอยู่ทั้งหมดที่ไม่ได้ใช้เป็น "
|
|
570
|
+
"เรียงลําดับตามคอลัมน์ หรืออ้างอิงในลําดับชั้นของผู้ใช้ควรตั้งค่าคุณสมบัติ "
|
|
571
|
+
"IsAvailableInMdx เป็นเท็จ คุณสมบัติ IsAvailableInMdx ไม่เกี่ยวข้องกับโมเดล "
|
|
572
|
+
"Direct Lake"
|
|
573
|
+
|
|
574
|
+
# description
|
|
575
|
+
msgid ""
|
|
576
|
+
"Set 'Data Coverage Definition' property on the DirectQuery partition of a "
|
|
577
|
+
"hybrid table"
|
|
578
|
+
msgstr ""
|
|
579
|
+
"การตั้งค่าคุณสมบัติ 'คําจํากัดความความครอบคลุมของข้อมูล' "
|
|
580
|
+
"อาจนําไปสู่ประสิทธิภาพที่ดีขึ้นเนื่องจากกลไกจัดการรู้ว่าเมื่อใดที่สามารถคิวรีเฉพาะส่วนการนําเข้าของตาราง"
|
|
581
|
+
" และเมื่อใดที่จําเป็นต้องคิวรีส่วน DirectQuery ของตาราง"
|
|
582
|
+
|
|
583
|
+
# description
|
|
584
|
+
msgid ""
|
|
585
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
586
|
+
"the corresponding fact table"
|
|
587
|
+
msgstr ""
|
|
588
|
+
"ใช้โหมดคู่สําหรับตารางมิติ/พาร์ติชันที่มีตารางข้อเท็จจริงที่สอดคล้องกันอยู่ใน"
|
|
589
|
+
" DirectQuery เท่านั้น การใช้โหมดคู่ในสถานการณ์อื่นๆ (เช่น "
|
|
590
|
+
"ส่วนที่เหลือของโมเดลอยู่ในโหมดนําเข้า) "
|
|
591
|
+
"อาจนําไปสู่ปัญหาด้านประสิทธิภาพโดยเฉพาะอย่างยิ่งหากจํานวนการวัดในโมเดลมีสูง"
|
|
592
|
+
|
|
593
|
+
# description
|
|
594
|
+
msgid ""
|
|
595
|
+
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
596
|
+
"on fact tables"
|
|
597
|
+
msgstr ""
|
|
598
|
+
"เมื่อใช้ DirectQuery "
|
|
599
|
+
"ควรตั้งค่าตารางมิติเป็นโหมดคู่เพื่อปรับปรุงประสิทธิภาพการสืบค้น"
|
|
600
|
+
|
|
601
|
+
# description
|
|
602
|
+
msgid "Minimize Power Query transformations"
|
|
603
|
+
msgstr ""
|
|
604
|
+
"ลดการแปลง Power Query "
|
|
605
|
+
"ให้น้อยที่สุดเพื่อปรับปรุงประสิทธิภาพการประมวลผลแบบจําลอง "
|
|
606
|
+
"แนวทางปฏิบัติที่ดีที่สุดคือการถ่ายโอนการแปลงเหล่านี้ไปยังคลังข้อมูลหากเป็นไปได้"
|
|
607
|
+
" นอกจากนี้ โปรดตรวจสอบว่าการพับแบบสอบถามเกิดขึ้นภายในโมเดลของคุณหรือไม่ "
|
|
608
|
+
"โปรดดูบทความด้านล่างสําหรับข้อมูลเพิ่มเติมเกี่ยวกับการพับแบบสอบถาม"
|
|
609
|
+
|
|
610
|
+
# description
|
|
611
|
+
msgid "Consider a star-schema instead of a snowflake architecture"
|
|
612
|
+
msgstr ""
|
|
613
|
+
"โดยทั่วไป สคีมาดาวเป็นสถาปัตยกรรมที่เหมาะสมที่สุดสําหรับแบบจําลองแบบตาราง "
|
|
614
|
+
"ในกรณีนี้ มีกรณีที่ถูกต้องในการใช้วิธีการเกล็ดหิมะ "
|
|
615
|
+
"โปรดตรวจสอบโมเดลของคุณและพิจารณาย้ายไปใช้สถาปัตยกรรมสคีมาดาว"
|
|
616
|
+
|
|
617
|
+
# description
|
|
618
|
+
msgid "Avoid using views when using Direct Lake mode"
|
|
619
|
+
msgstr ""
|
|
620
|
+
"ในโหมด Direct Lake มุมมองจะย้อนกลับไปยัง DirectQuery เสมอ "
|
|
621
|
+
"ดังนั้นเพื่อให้ได้ประสิทธิภาพที่ดีที่สุดให้ใช้ตารางเลคเฮาส์แทนมุมมอง"
|
|
622
|
+
|
|
623
|
+
# description
|
|
624
|
+
msgid "Avoid adding 0 to a measure"
|
|
625
|
+
msgstr ""
|
|
626
|
+
"การเพิ่ม 0 "
|
|
627
|
+
"ลงในการวัดผลเพื่อไม่ให้แสดงค่าว่างอาจส่งผลเสียต่อประสิทธิภาพการทํางาน"
|
|
628
|
+
|
|
629
|
+
# description
|
|
630
|
+
msgid "Reduce usage of calculated tables"
|
|
631
|
+
msgstr ""
|
|
632
|
+
"โยกย้ายตรรกะตารางจากการคํานวณไปยังคลังข้อมูลของคุณ "
|
|
633
|
+
"การพึ่งพาตารางที่คํานวณได้จะนําไปสู่หนี้ทางเทคนิคและการครอบงําที่อาจเกิดขึ้นหากคุณมีหลายโมเดลบนแพลตฟอร์มของคุณ"
|
|
634
|
+
|
|
635
|
+
# description
|
|
636
|
+
msgid "Reduce usage of calculated columns that use the RELATED function"
|
|
637
|
+
msgstr ""
|
|
638
|
+
"คอลัมน์จากการคํานวณจะไม่บีบอัดเช่นเดียวกับคอลัมน์ข้อมูล "
|
|
639
|
+
"และอาจทําให้เวลาในการประมวลผลนานขึ้น ด้วยเหตุนี้ "
|
|
640
|
+
"ควรหลีกเลี่ยงคอลัมน์จากการคํานวณหากเป็นไปได้ "
|
|
641
|
+
"สถานการณ์หนึ่งที่อาจหลีกเลี่ยงได้ง่ายกว่าคือถ้าพวกเขาใช้ฟังก์ชัน RELATED"
|
|
642
|
+
|
|
643
|
+
# description
|
|
644
|
+
msgid "Avoid excessive bi-directional or many-to-many relationships"
|
|
645
|
+
msgstr ""
|
|
646
|
+
"จํากัดการใช้ b-di และความสัมพันธ์แบบกลุ่มต่อกลุ่ม "
|
|
647
|
+
"กฎนี้จะตั้งค่าสถานะแบบจําลองหากความสัมพันธ์มากกว่า 30% เป็น bi-di "
|
|
648
|
+
"หรือกลุ่มต่อกลุ่ม"
|
|
649
|
+
|
|
650
|
+
# description
|
|
651
|
+
msgid "Remove auto-date table"
|
|
652
|
+
msgstr ""
|
|
653
|
+
"หลีกเลี่ยงการใช้ตารางวันที่อัตโนมัติ "
|
|
654
|
+
"ตรวจสอบให้แน่ใจว่าได้ปิดตารางวันที่อัตโนมัติในการตั้งค่าใน Power BI Desktop "
|
|
655
|
+
"วิธีนี้จะช่วยประหยัดทรัพยากรหน่วยความจํา"
|
|
656
|
+
|
|
657
|
+
# description
|
|
658
|
+
msgid "Date/calendar tables should be marked as a date table"
|
|
659
|
+
msgstr ""
|
|
660
|
+
"กฎนี้จะค้นหาตารางที่มีคําว่า 'วันที่' หรือ 'ปฏิทิน' "
|
|
661
|
+
"เนื่องจากควรทําเครื่องหมายเป็นตารางวันที่"
|
|
662
|
+
|
|
663
|
+
# description
|
|
664
|
+
msgid "Large tables should be partitioned"
|
|
665
|
+
msgstr ""
|
|
666
|
+
"ควรแบ่งตารางขนาดใหญ่เพื่อเพิ่มประสิทธิภาพการประมวลผล "
|
|
667
|
+
"สิ่งนี้ไม่เกี่ยวข้องกับโมเดลความหมายในโหมด Direct Lake "
|
|
668
|
+
"เนื่องจากสามารถมีพาร์ติชันได้เพียงหนึ่งพาร์ติชันต่อตาราง"
|
|
669
|
+
|
|
670
|
+
# description
|
|
671
|
+
msgid "Limit row level security (RLS) logic"
|
|
672
|
+
msgstr ""
|
|
673
|
+
"พยายามลดความซับซ้อนของ DAX ที่ใช้สําหรับการรักษาความปลอดภัยระดับแถว "
|
|
674
|
+
"การใช้ฟังก์ชันภายในกฎนี้มีแนวโน้มที่จะถ่ายโอนไปยังระบบต้นน้ํา (คลังข้อมูล)"
|
|
675
|
+
|
|
676
|
+
# description
|
|
677
|
+
msgid "Model should have a date table"
|
|
678
|
+
msgstr ""
|
|
679
|
+
"โดยทั่วไปโมเดลควรมีตารางวันที่ "
|
|
680
|
+
"โมเดลที่ไม่มีตารางวันที่โดยทั่วไปจะไม่ใช้ประโยชน์จากคุณสมบัติต่างๆ เช่น "
|
|
681
|
+
"ความฉลาดด้านเวลา หรืออาจไม่มีสถาปัตยกรรมที่มีโครงสร้างที่เหมาะสม"
|
|
682
|
+
|
|
683
|
+
# description
|
|
684
|
+
msgid "Calculation items must have an expression"
|
|
685
|
+
msgstr "รายการการคํานวณต้องมีนิพจน์ หากไม่มีนิพจน์ จะไม่แสดงค่าใดๆ"
|
|
686
|
+
|
|
687
|
+
# description
|
|
688
|
+
msgid "Relationship columns should be of the same data type"
|
|
689
|
+
msgstr ""
|
|
690
|
+
"คอลัมน์ที่ใช้ในความสัมพันธ์ควรเป็นชนิดข้อมูลเดียวกัน "
|
|
691
|
+
"ตามหลักการแล้วจะเป็นชนิดข้อมูลจํานวนเต็ม (ดูกฎที่เกี่ยวข้อง '[การจัดรูปแบบ] "
|
|
692
|
+
"คอลัมน์ความสัมพันธ์ควรเป็นชนิดข้อมูลจํานวนเต็ม') "
|
|
693
|
+
"การมีคอลัมน์ภายในความสัมพันธ์ที่มีชนิดข้อมูลต่างกันอาจนําไปสู่ปัญหาต่างๆ"
|
|
694
|
+
|
|
695
|
+
# description
|
|
696
|
+
msgid "Data columns must have a source column"
|
|
697
|
+
msgstr ""
|
|
698
|
+
"คอลัมน์ข้อมูลต้องมีคอลัมน์ต้นทาง "
|
|
699
|
+
"คอลัมน์ข้อมูลที่ไม่มีคอลัมน์ต้นทางจะทําให้เกิดข้อผิดพลาดเมื่อประมวลผลแบบจําลอง"
|
|
700
|
+
|
|
701
|
+
# description
|
|
702
|
+
msgid "Set IsAvailableInMdx to true on necessary columns"
|
|
703
|
+
msgstr ""
|
|
704
|
+
"เพื่อหลีกเลี่ยงข้อผิดพลาด "
|
|
705
|
+
"ตรวจสอบให้แน่ใจว่ามีการเปิดใช้งานลําดับชั้นแอตทริบิวต์หากคอลัมน์ถูกใช้สําหรับเรียงลําดับคอลัมน์อื่น"
|
|
706
|
+
" ใช้ในลําดับชั้น ใช้ในรูปแบบต่างๆ หรือถูกเรียงลําดับตามคอลัมน์อื่น คุณสมบัติ"
|
|
707
|
+
" IsAvailableInMdx ไม่เกี่ยวข้องกับโมเดล Direct Lake"
|
|
708
|
+
|
|
709
|
+
# description
|
|
710
|
+
msgid "Avoid the USERELATIONSHIP function and RLS against the same table"
|
|
711
|
+
msgstr ""
|
|
712
|
+
"ฟังก์ชัน USERELATIONSHIP "
|
|
713
|
+
"ไม่สามารถใช้กับตารางที่ใช้ประโยชน์จากการรักษาความปลอดภัยระดับแถว (RLS) "
|
|
714
|
+
"การดําเนินการนี้จะสร้างข้อผิดพลาดเมื่อใช้หน่วยวัดเฉพาะในวิชวล "
|
|
715
|
+
"กฎนี้จะเน้นตารางที่ใช้ในฟังก์ชัน USERELATIONSHIP ของหน่วยวัดและ RLS"
|
|
716
|
+
|
|
717
|
+
# description
|
|
718
|
+
msgid "Avoid using the IFERROR function"
|
|
719
|
+
msgstr ""
|
|
720
|
+
"หลีกเลี่ยงการใช้ฟังก์ชัน IFERROR เนื่องจากอาจทําให้ประสิทธิภาพการทํางานลดลง "
|
|
721
|
+
"หากคุณกังวลเกี่ยวกับข้อผิดพลาดการหารด้วยศูนย์ให้ใช้ฟังก์ชัน DIVIDE "
|
|
722
|
+
"เนื่องจากจะแก้ไขข้อผิดพลาดดังกล่าวเป็นธรรมชาติ "
|
|
723
|
+
"(หรือคุณสามารถปรับแต่งสิ่งที่ควรแสดงในกรณีที่เกิดข้อผิดพลาดดังกล่าว)"
|
|
724
|
+
|
|
725
|
+
# description
|
|
726
|
+
msgid ""
|
|
727
|
+
"Use the TREATAS function instead of INTERSECT for virtual relationships"
|
|
728
|
+
msgstr ""
|
|
729
|
+
"ฟังก์ชัน TREATAS มีประสิทธิภาพมากกว่าและให้ประสิทธิภาพที่ดีกว่าฟังก์ชัน "
|
|
730
|
+
"INTERSECT เมื่อใช้ในความสัมพันธ์แบบ virutal"
|
|
731
|
+
|
|
732
|
+
# description
|
|
733
|
+
msgid "The EVALUATEANDLOG function should not be used in production models"
|
|
734
|
+
msgstr ""
|
|
735
|
+
"ฟังก์ชัน EVALUATEANDLOG มีไว้สําหรับใช้เฉพาะในสภาพแวดล้อมการพัฒนา/ทดสอบ "
|
|
736
|
+
"และไม่ควรใช้ในโมเดลการผลิต"
|
|
737
|
+
|
|
738
|
+
# description
|
|
739
|
+
msgid "Measures should not be direct references of other measures"
|
|
740
|
+
msgstr ""
|
|
741
|
+
"กฎนี้ระบุมาตรการที่เป็นเพียงการอ้างอิงถึงมาตรการอื่น ตัวอย่างเช่น "
|
|
742
|
+
"พิจารณาแบบจําลองที่มีการวัดสองหน่วยวัด: [MeasureA] และ [MeasureB] "
|
|
743
|
+
"กฎนี้จะถูกทริกเกอร์สําหรับ MeasureB ถ้า DAX ของ MeasureB เป็น "
|
|
744
|
+
"MeasureB:=[MeasureA] มาตรการที่ซ้ําซ้อนดังกล่าวควรถูกลบออก"
|
|
745
|
+
|
|
746
|
+
# description
|
|
747
|
+
msgid "No two measures should have the same definition"
|
|
748
|
+
msgstr ""
|
|
749
|
+
"ควรหลีกเลี่ยงหน่วยวัดสองหน่วยวัดที่มีชื่อต่างกันและกําหนดโดยนิพจน์ DAX "
|
|
750
|
+
"เดียวกันเพื่อลดความซ้ําซ้อน"
|
|
751
|
+
|
|
752
|
+
# description
|
|
753
|
+
msgid ""
|
|
754
|
+
"Avoid addition or subtraction of constant values to results of divisions"
|
|
755
|
+
msgstr "การเพิ่มค่าคงที่อาจทําให้ประสิทธิภาพลดลง"
|
|
756
|
+
|
|
757
|
+
# description
|
|
758
|
+
msgid "Avoid using '1-(x/y)' syntax"
|
|
759
|
+
msgstr ""
|
|
760
|
+
"แทนที่จะใช้ไวยากรณ์ '1-(x/y)' หรือ '1+(x/y)' เพื่อให้ได้การคํานวณเปอร์เซ็นต์"
|
|
761
|
+
" ให้ใช้ฟังก์ชัน DAX พื้นฐาน (ดังที่แสดงด้านล่าง) "
|
|
762
|
+
"การใช้ไวยากรณ์ที่ได้รับการปรับปรุงโดยทั่วไปจะช่วยปรับปรุงประสิทธิภาพ "
|
|
763
|
+
"'1+/-...' ไวยากรณ์จะส่งคืนค่าเสมอในขณะที่คําตอบที่ไม่มี '1+/-...' ไม่ "
|
|
764
|
+
"(เนื่องจากค่าอาจเป็น 'ว่าง') ดังนั้น '1+/-...' "
|
|
765
|
+
"ไวยากรณ์อาจส่งคืนแถว/คอลัมน์มากขึ้น ซึ่งอาจส่งผลให้ความเร็วในการสืบค้นช้าลง"
|
|
766
|
+
" ลองชี้แจงด้วยตัวอย่าง: หลีกเลี่ยงสิ่งนี้: 1 - SUM ( 'Sales'[CostAmount] "
|
|
767
|
+
") / SUM( 'Sales'[SalesAmount] ) ดีกว่า: DIVIDE ( SUM ( 'Sales'[SalesAmount] "
|
|
768
|
+
") - SUM ( 'Sales'[CostAmount] ), SUM ( 'Sales'[SalesAmount] ) ) ดีที่สุด: "
|
|
769
|
+
"VAR x = SUM ( 'Sales'[SalesAmount] ) RETURN DIVIDE ( x - SUM ( "
|
|
770
|
+
"'Sales'[CostAmount] ), x )"
|
|
771
|
+
|
|
772
|
+
# description
|
|
773
|
+
msgid "Filter measure values by columns, not tables"
|
|
774
|
+
msgstr ""
|
|
775
|
+
"แทนที่จะใช้รูปแบบนี้ FILTER('Table',[Measure]>Value) สําหรับพารามิเตอร์ตัวกรองของฟังก์ชัน CALCULATE หรือ CALCULATETABLE ให้ใช้ตัวเลือกใดตัวเลือกหนึ่งด้านล่าง (ถ้าเป็นไปได้) การกรองในคอลัมน์เฉพาะจะสร้างตารางที่เล็กลงสําหรับกลไกในการประมวลผล ซึ่งจะช่วยให้ประสิทธิภาพการทํางานเร็วขึ้น การใช้ฟังก์ชัน VALUES หรือฟังก์ชัน ALL ขึ้นอยู่กับผลการวัดที่ต้องการ\n"
|
|
776
|
+
"ตัวเลือกที่ 1: FILTER(VALUES('ตาราง'[คอลัมน์]),[การวัด] >ค่า)\n"
|
|
777
|
+
"ตัวเลือกที่ 2: FILTER(ALL('ตาราง'[คอลัมน์]),[วัด] >ค่า)"
|
|
778
|
+
|
|
779
|
+
# description
|
|
780
|
+
msgid "Filter column values with proper syntax"
|
|
781
|
+
msgstr ""
|
|
782
|
+
"แทนที่จะใช้รูปแบบนี้ FILTER('Table','Table'[Column]=\"Value\") สําหรับพารามิเตอร์ตัวกรองของฟังก์ชัน CALCULATE หรือ CALCULATETABLE ให้ใช้ตัวเลือกใดตัวเลือกหนึ่งด้านล่าง เท่าที่จะใช้ฟังก์ชัน KEEPFILTERS หรือไม่ โปรดดูลิงก์อ้างอิงที่สองด้านล่าง\n"
|
|
783
|
+
"ตัวเลือกที่ 1: KEEPFILTERS('Table'[คอลัมน์]=\"Value\")\n"
|
|
784
|
+
"ตัวเลือกที่ 2: 'ตาราง'[คอลัมน์]=\"ค่า\""
|
|
785
|
+
|
|
786
|
+
# description
|
|
787
|
+
msgid "Use the DIVIDE function for division"
|
|
788
|
+
msgstr ""
|
|
789
|
+
"ใช้ฟังก์ชัน DIVIDE แทนการใช้ \"/\" ฟังก์ชัน DIVIDE "
|
|
790
|
+
"จะแก้ไขกรณีการหารด้วยศูนย์ "
|
|
791
|
+
"ด้วยเหตุนี้จึงแนะนําให้ใช้เพื่อหลีกเลี่ยงข้อผิดพลาด"
|
|
792
|
+
|
|
793
|
+
# description
|
|
794
|
+
msgid "Column references should be fully qualified"
|
|
795
|
+
msgstr ""
|
|
796
|
+
"การใช้การอ้างอิงคอลัมน์ที่มีคุณสมบัติครบถ้วนทําให้ง่ายต่อการแยกความแตกต่างระหว่างการอ้างอิงคอลัมน์และการวัดผล"
|
|
797
|
+
" และยังช่วยหลีกเลี่ยงข้อผิดพลาดบางอย่างอีกด้วย เมื่ออ้างอิงคอลัมน์ใน DAX "
|
|
798
|
+
"ก่อนอื่นให้ระบุชื่อตาราง จากนั้นระบุชื่อคอลัมน์ในวงเล็บเหลี่ยม"
|
|
799
|
+
|
|
800
|
+
# description
|
|
801
|
+
msgid "Measure references should be unqualified"
|
|
802
|
+
msgstr ""
|
|
803
|
+
"การใช้การอ้างอิงการวัดผลที่ไม่มีเงื่อนไขช่วยให้แยกความแตกต่างระหว่างการอ้างอิงคอลัมน์และการวัดได้ง่ายขึ้น"
|
|
804
|
+
" และยังช่วยหลีกเลี่ยงข้อผิดพลาดบางอย่างอีกด้วย เมื่ออ้างอิงหน่วยวัดโดยใช้ "
|
|
805
|
+
"DAX อย่าระบุชื่อตาราง ใช้เฉพาะชื่อหน่วยวัดในวงเล็บเหลี่ยม"
|
|
806
|
+
|
|
807
|
+
# description
|
|
808
|
+
msgid "Inactive relationships that are never activated"
|
|
809
|
+
msgstr ""
|
|
810
|
+
"ความสัมพันธ์ที่ไม่ได้ใช้งานจะถูกเปิดใช้งานโดยใช้ฟังก์ชัน USERELATIONSHIP "
|
|
811
|
+
"ถ้าความสัมพันธ์ที่ไม่ได้ใช้งานไม่ได้ถูกอ้างอิงในการวัดผลใด ๆ ผ่านฟังก์ชันนี้"
|
|
812
|
+
" ความสัมพันธ์จะไม่ถูกใช้ "
|
|
813
|
+
"ควรพิจารณาว่าความสัมพันธ์นั้นไม่จําเป็นหรือเปิดใช้งานความสัมพันธ์ด้วยวิธีนี้"
|
|
814
|
+
|
|
815
|
+
# description
|
|
816
|
+
msgid "Remove unnecessary columns"
|
|
817
|
+
msgstr ""
|
|
818
|
+
"คอลัมน์ที่ซ่อนอยู่ซึ่งไม่ได้อ้างอิงโดยนิพจน์ DAX ความสัมพันธ์ "
|
|
819
|
+
"ระดับลําดับชั้น หรือคุณสมบัติเรียงลําดับตามควรถูกลบออก"
|
|
820
|
+
|
|
821
|
+
# description
|
|
822
|
+
msgid "Remove unnecessary measures"
|
|
823
|
+
msgstr ""
|
|
824
|
+
"หน่วยวัดที่ซ่อนอยู่ซึ่งไม่ได้อ้างอิงโดยนิพจน์ DAX ใด ๆ "
|
|
825
|
+
"ควรถูกลบออกเพื่อการบํารุงรักษา"
|
|
826
|
+
|
|
827
|
+
# description
|
|
828
|
+
msgid "Ensure tables have relationships"
|
|
829
|
+
msgstr ""
|
|
830
|
+
"กฎนี้เน้นตารางที่ไม่ได้เชื่อมต่อกับตารางอื่นในแบบจําลองที่มีความสัมพันธ์"
|
|
831
|
+
|
|
832
|
+
# description
|
|
833
|
+
msgid "Calculation groups with no calculation items"
|
|
834
|
+
msgstr "กลุ่มการคํานวณไม่มีฟังก์ชัน เว้นแต่จะมีรายการการคํานวณ"
|
|
835
|
+
|
|
836
|
+
# description
|
|
837
|
+
msgid "Visible objects with no description"
|
|
838
|
+
msgstr ""
|
|
839
|
+
"เพิ่มคําอธิบายให้กับวัตถุ "
|
|
840
|
+
"คําอธิบายเหล่านี้จะแสดงเมื่อวางเมาส์เหนือภายในรายการเขตข้อมูลใน Power BI "
|
|
841
|
+
"Desktop นอกจากนี้ "
|
|
842
|
+
"คุณสามารถใช้ประโยชน์จากคําอธิบายเหล่านี้เพื่อสร้างพจนานุกรมข้อมูลอัตโนมัติได้"
|
|
843
|
+
|
|
844
|
+
# description
|
|
845
|
+
msgid "Provide format string for 'Date' columns"
|
|
846
|
+
msgstr "คอลัมน์ประเภท \"DateTime\" ที่มี \"Month\" ในชื่อควรจัดรูปแบบเป็น \"mm/dd/yyyy\""
|
|
847
|
+
|
|
848
|
+
# description
|
|
849
|
+
msgid "Do not summarize numeric columns"
|
|
850
|
+
msgstr ""
|
|
851
|
+
"คอลัมน์ตัวเลข (จํานวนเต็ม ทศนิยม คู่) ควรตั้งค่าคุณสมบัติ SummarizeBy เป็น "
|
|
852
|
+
"\"ไม่มี\" เพื่อหลีกเลี่ยงการรวมโดยไม่ได้ตั้งใจใน Power BI (สร้างหน่วยวัดแทน)"
|
|
853
|
+
|
|
854
|
+
# description
|
|
855
|
+
msgid "Provide format string for measures"
|
|
856
|
+
msgstr "หน่วยวัดที่มองเห็นได้ควรมีการกําหนดคุณสมบัติสตริงรูปแบบ"
|
|
857
|
+
|
|
858
|
+
# description
|
|
859
|
+
msgid "Add data category for columns"
|
|
860
|
+
msgstr "เพิ่มคุณสมบัติประเภทข้อมูลสําหรับคอลัมน์ที่เหมาะสม"
|
|
861
|
+
|
|
862
|
+
# description
|
|
863
|
+
msgid ""
|
|
864
|
+
"Percentages should be formatted with thousands separators and 1 decimal"
|
|
865
|
+
msgstr ""
|
|
866
|
+
"เพื่อประสบการณ์การใช้งานที่ดียิ่งขึ้น ควรจัดรูปแบบมาตรการ percengage "
|
|
867
|
+
"ด้วยเครื่องหมาย '%'"
|
|
868
|
+
|
|
869
|
+
# description
|
|
870
|
+
msgid ""
|
|
871
|
+
"Whole numbers should be formatted with thousands separators and no decimals"
|
|
872
|
+
msgstr ""
|
|
873
|
+
"เพื่อประสบการณ์การใช้งานที่ดียิ่งขึ้น "
|
|
874
|
+
"ควรจัดรูปแบบจํานวนเต็มด้วยเครื่องหมายจุลภาค"
|
|
875
|
+
|
|
876
|
+
# description
|
|
877
|
+
msgid "Hide foreign keys"
|
|
878
|
+
msgstr "ควรซ่อนคีย์ต่างประเทศไว้เสมอ เนื่องจากผู้ใช้ปลายทางไม่ควรใช้"
|
|
879
|
+
|
|
880
|
+
# description
|
|
881
|
+
msgid "Mark primary keys"
|
|
882
|
+
msgstr ""
|
|
883
|
+
"ตั้งค่าคุณสมบัติ 'คีย์' เป็น 'จริง' "
|
|
884
|
+
"สําหรับคอลัมน์คีย์หลักภายในคุณสมบัติคอลัมน์"
|
|
885
|
+
|
|
886
|
+
# description
|
|
887
|
+
msgid "Month (as a string) must be sorted"
|
|
888
|
+
msgstr ""
|
|
889
|
+
"กฎนี้เน้นคอลัมน์เดือนที่เป็นสตริงและไม่ได้เรียงลําดับ "
|
|
890
|
+
"หากปล่อยทิ้งไว้ไม่เรียงลําดับ จะเรียงตามตัวอักษร (เช่น เมษายน สิงหาคม...) "
|
|
891
|
+
"ตรวจสอบให้แน่ใจว่าได้จัดเรียงคอลัมน์ดังกล่าวเพื่อให้จัดเรียงอย่างถูกต้อง "
|
|
892
|
+
"(มกราคมกุมภาพันธ์มีนาคม...)"
|
|
893
|
+
|
|
894
|
+
# description
|
|
895
|
+
msgid "Relationship columns should be of integer data type"
|
|
896
|
+
msgstr ""
|
|
897
|
+
"เป็นแนวทางปฏิบัติที่ดีที่สุดสําหรับคอลัมน์ความสัมพันธ์ให้เป็นชนิดข้อมูลจํานวนเต็ม"
|
|
898
|
+
" สิ่งนี้ไม่เพียง แต่ใช้กับคลังข้อมูลเท่านั้น "
|
|
899
|
+
"แต่ยังรวมถึงการสร้างแบบจําลองข้อมูลด้วย"
|
|
900
|
+
|
|
901
|
+
# description
|
|
902
|
+
msgid "Provide format string for \"Month\" columns"
|
|
903
|
+
msgstr "คอลัมน์ชนิด \"DateTime\" ที่มี \"เดือน\" ในชื่อควรจัดรูปแบบเป็น \"MMMM yyyy\""
|
|
904
|
+
|
|
905
|
+
# description
|
|
906
|
+
msgid "Format flag columns as Yes/No value strings"
|
|
907
|
+
msgstr ""
|
|
908
|
+
"ธงต้องจัดรูปแบบอย่างถูกต้องเป็น Yes/No "
|
|
909
|
+
"เนื่องจากอ่านง่ายกว่าการใช้ค่าจํานวนเต็ม 0/1"
|
|
910
|
+
|
|
911
|
+
# description
|
|
912
|
+
msgid "Objects should not start or end with a space"
|
|
913
|
+
msgstr ""
|
|
914
|
+
"วัตถุไม่ควรขึ้นต้นหรือลงท้ายด้วยช่องว่าง "
|
|
915
|
+
"สิ่งนี้มักเกิดขึ้นโดยบังเอิญและหายาก"
|
|
916
|
+
|
|
917
|
+
# description
|
|
918
|
+
msgid "First letter of objects must be capitalized"
|
|
919
|
+
msgstr ""
|
|
920
|
+
"ตัวอักษรตัวแรกของชื่อวัตถุควรเป็นตัวพิมพ์ใหญ่เพื่อรักษาคุณภาพระดับมืออาชีพ"
|
|
921
|
+
|
|
922
|
+
# description
|
|
923
|
+
msgid "Object names must not contain special characters"
|
|
924
|
+
msgstr "ชื่อวัตถุไม่ควรมีแท็บ ตัวแบ่งบรรทัด ฯลฯ"
|