Skip to content

Commit e401cb6

Browse files
authored
docs(mdx): Write about Calendar Weeks (recent changes) (#10114)
1 parent 71ce226 commit e401cb6

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# misc
1919
.DS_Store
2020
*.pem
21+
.idea
2122

2223
# debug
2324
npm-debug.log*

docs/pages/product/apis-integrations/mdx-api.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,26 @@ subsecond latency. Consider tuning the concurrency and quotas to achieve that.
5555

5656
### Date hierarchies
5757

58-
By default, the MDX API creates additional hierarchies for all [time dimensions][ref-time-dimensions] and organizing them in a separate folder called "Calendar" for each dimension.
59-
This creates a Calendar hierarchy structure containing `Year`, `Quarter`, `Month`, `Week`, and `Day` levels, as well as Calendar Quarter of Year and Calendar Year hierarchies.
58+
By default, the MDX API creates additional hierarchies for all [time dimensions][ref-time-dimensions] and organizes them in a separate folder called "Calendar" for each dimension.
59+
The following hierarchies are created:
6060

6161
```
6262
- Dimension Calendar:
6363
- Year
6464
- Quarter
6565
- Month
66-
- Week
6766
- Day
67+
- Dimension Calendar Weeks:
68+
- Year
69+
- Week
6870
- Dimension Calendar Quarter of Year:
6971
- Quarter
70-
- Dimension Calendar Year
72+
- Dimension Calendar Year:
7173
- Year
7274
```
7375

74-
These hierarchies are particularly useful in Excel because they allow you to filter your data without needing to drill down or expand all levels.
75-
Additionally, you can combine Calendar Year or Calendar Quarter of Year as filters while placing other dimensions on the axis.
76+
The **Calendar Quarter of Year** and **Calendar Year** hierarchies are particularly useful in Excel because they allow you to filter your data without needing to drill down or expand all levels.
77+
You can use them as slicers while placing other dimensions on the axes.
7678

7779
You can set the `CUBE_MDX_CREATE_DATE_HIERARCHIES` environment variable to `false` to disable this behavior.
7880

0 commit comments

Comments
 (0)