This commit is contained in:
2026-03-29 14:24:01 +08:00
commit 3e0ef9086b
4321 changed files with 3174841 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"version": "1.0.0",
"tabOrder": [
"Query 1",
"Query 2"
],
"defaultTab": "Query 1"
}

View File

@@ -0,0 +1,8 @@
// Welcome to DAX query view! Learn more about DAX queries at https://aka.ms/dax-queries.
// Right-click on tables, columns, or measures in the data pane to access quick queries, or ask Copilot for help writing DAX.
// Select "Run" to try this sample DAX query.
EVALUATE
{
[YM_HasData_AIA]
}

View File

@@ -0,0 +1,13 @@
EVALUATE
SELECTCOLUMNS(
TOPN(
100,
'Fields_Geo',
'Fields_Geo'[Province],
ASC
),
'Fields_Geo'[Province],
'Fields_Geo'[Province 个字段],
'Fields_Geo'[Province 个订单]
)
ORDER BY 'Fields_Geo'[Province] ASC