Skip to content

Commit d9ef9a4

Browse files
Merge pull request #388 from MicrosoftDocs/main639047161395454329sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 945c2f5 + 2a4c0ce commit d9ef9a4

223 files changed

Lines changed: 730 additions & 730 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

query-languages/dax/abs-function-dax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ The following example returns the absolute value of the difference between the l
4040

4141
## Related content
4242

43-
[Math and Trig functions](math-and-trig-functions-dax.md)
44-
[SIGN function](sign-function-dax.md)
43+
- [Math and Trig functions](math-and-trig-functions-dax.md)
44+
- [SIGN function](sign-function-dax.md)

query-languages/dax/all-function-dax.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ The formula is constructed as follows:
134134

135135
## Related content
136136

137-
[Filter functions](filter-functions-dax.md)
138-
[ALL function](all-function-dax.md)
139-
[ALLEXCEPT function](allexcept-function-dax.md)
140-
[FILTER function](filter-function-dax.md)
137+
- [Filter functions](filter-functions-dax.md)
138+
- [ALL function](all-function-dax.md)
139+
- [ALLEXCEPT function](allexcept-function-dax.md)
140+
- [FILTER function](filter-function-dax.md)
141141

query-languages/dax/allexcept-function-dax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ Because the formula uses ALLEXCEPT, whenever any column but CalendarYear from th
5555

5656
## Related content
5757

58-
[Filter functions](filter-functions-dax.md)
59-
[ALL function](all-function-dax.md)
60-
[FILTER function](filter-function-dax.md)
58+
- [Filter functions](filter-functions-dax.md)
59+
- [ALL function](all-function-dax.md)
60+
- [FILTER function](filter-function-dax.md)

query-languages/dax/allnoblankrow-function-dax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ Now the two measures have the same results. That is because the ALLNOBLANKROW fu
123123

124124
## Related content
125125

126-
[Filter functions](filter-functions-dax.md)
127-
[ALL function](all-function-dax.md)
128-
[FILTER function](filter-function-dax.md)
126+
- [Filter functions](filter-functions-dax.md)
127+
- [ALL function](all-function-dax.md)
128+
- [FILTER function](filter-function-dax.md)

query-languages/dax/allselectedapply-function-dax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ A table of values.
3434

3535
## Related content
3636

37-
[Filter functions](filter-functions-dax.md)
38-
[GROUPCROSSAPPLY function](groupcrossapply-function-dax.md)
39-
[GROUPCROSSAPPLYTABLE function](groupcrossapplytable-function-dax.md)
37+
- [Filter functions](filter-functions-dax.md)
38+
- [GROUPCROSSAPPLY function](groupcrossapply-function-dax.md)
39+
- [GROUPCROSSAPPLYTABLE function](groupcrossapplytable-function-dax.md)

query-languages/dax/allselectedremove-function-dax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ A table of values.
3737

3838
## Related content
3939

40-
[Filter functions](filter-functions-dax.md)
41-
[GROUPCROSSAPPLY function](groupcrossapply-function-dax.md)
42-
[GROUPCROSSAPPLYTABLE function](groupcrossapplytable-function-dax.md)
40+
- [Filter functions](filter-functions-dax.md)
41+
- [GROUPCROSSAPPLY function](groupcrossapply-function-dax.md)
42+
- [GROUPCROSSAPPLYTABLE function](groupcrossapplytable-function-dax.md)

query-languages/dax/alwaysapply-function-dax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ A table of values.
3434

3535
## Related content
3636

37-
[Filter functions](filter-functions-dax.md)
38-
[GROUPCROSSAPPLY function](groupcrossapply-function-dax.md)
39-
[GROUPCROSSAPPLYTABLE function](groupcrossapplytable-function-dax.md)
37+
- [Filter functions](filter-functions-dax.md)
38+
- [GROUPCROSSAPPLY function](groupcrossapply-function-dax.md)
39+
- [GROUPCROSSAPPLYTABLE function](groupcrossapplytable-function-dax.md)

query-languages/dax/and-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Returns
100100

101101
## Related content
102102

103-
[Logical functions](logical-functions-dax.md)
103+
- [Logical functions](logical-functions-dax.md)

query-languages/dax/atanh-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Returns the inverse hyperbolic tangent of a number.
3838

3939
## Related content
4040

41-
[ATAN function](atan-function-dax.md)
41+
- [ATAN function](atan-function-dax.md)

query-languages/dax/averagea-function-dax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ The following example returns the average of non-blank cells in the referenced c
5858

5959
## Related content
6060

61-
[AVERAGE function](average-function-dax.md)
62-
[AVERAGEX function](averagex-function-dax.md)
63-
[Statistical functions](statistical-functions-dax.md)
61+
- [AVERAGE function](average-function-dax.md)
62+
- [AVERAGEX function](averagex-function-dax.md)
63+
- [Statistical functions](statistical-functions-dax.md)

0 commit comments

Comments
 (0)