DAX 函数文档(首字母排序版) 点击返回主页焦棚子整理 目录 **A(25)** **B(8)** **C(49)** **D(24)** **E(15)** **F(12)** **G(7)** **H(3)** **I(27)** **K(1)** **L(13)** **M(15)** **N(16)** **O(11)** **P(28)** **Q(2)** **R(24)** **S(30)** **T(24)** **U(11)** **V(7)** **W(3)** **X(2)** **Y(5)** A 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | ABS | 返回某一数字的绝对值。 | [中文](https://learn.microsoft.com/zh-cn/dax/abs-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/abs-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/abs/) | | ACCRINT | 返回支付定期利息的证券的应计利息。 | [中文](https://learn.microsoft.com/zh-cn/dax/accrint-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/accrint-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/accrint/) | | ACCRINTM | 返回支付到期利息的证券的应计利息。 | [中文](https://learn.microsoft.com/zh-cn/dax/accrintm-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/accrintm-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/accrintm/) | | ACOS | 返回某一数字的反余弦值(又称逆余弦值)。 | [中文](https://learn.microsoft.com/zh-cn/dax/acos-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/acos-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/acos/) | | ACOSH | 返回某一数字的反双曲余弦值。 | [中文](https://learn.microsoft.com/zh-cn/dax/acosh-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/acosh-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/acosh/) | | ACOT | 返回 number 的反余切值的主值。 | [中文](https://learn.microsoft.com/zh-cn/dax/acot-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/acot-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/acot/) | | ACOTH | 返回某一数字的反双曲余切值。 | [中文](https://learn.microsoft.com/zh-cn/dax/acoth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/acoth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/acoth/) | | ADDCOLUMNS | 将计算列添加到给定的表或表表达式。 | [中文](https://learn.microsoft.com/zh-cn/dax/addcolumns-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/addcolumns-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/addcolumns/) | | ADDMISSINGITEMS | 将具有空值的行添加到 SUMMARIZECOLUMNS 返回的表中。 | [中文](https://learn.microsoft.com/zh-cn/dax/addmissingitems-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/addmissingitems-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/addmissingitems/) | | ALL | 返回表中的所有行或列中的所有值,同时忽略可能已应用的任何筛选器。 | [中文](https://learn.microsoft.com/zh-cn/dax/all-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/all-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/all/) | | ALLCROSSFILTERED | 清除应用于表的所有筛选器。 | [中文](https://learn.microsoft.com/zh-cn/dax/allcrossfiltered-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/allcrossfiltered-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/allcrossfiltered/) | | ALLEXCEPT | 删除表中所有上下文筛选器,已应用于指定列的筛选器除外。 | [中文](https://learn.microsoft.com/zh-cn/dax/allexcept-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/allexcept-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/allexcept/) | | ALLNOBLANKROW | 从关系的父表中,返回除空白行之外的所有行或列的所有非重复值,并且忽略可能存在的所有上下文筛选器。 | [中文](https://learn.microsoft.com/zh-cn/dax/allnoblankrow-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/allnoblankrow-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/allnoblankrow/) | | ALLSELECTED | 删除当前查询的列和行中的上下文筛选器,同时保留所有其他上下文筛选器或显式筛选器。 | [中文](https://learn.microsoft.com/zh-cn/dax/allselected-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/allselected-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/allselected/) | | AMORDEGRC | 返回每个会计期间的折旧。 | [中文](https://learn.microsoft.com/zh-cn/dax/amordegrc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/amordegrc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/amordegrc/) | | AMORLINC | 返回每个会计期间的折旧。 | [中文](https://learn.microsoft.com/zh-cn/dax/amorlinc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/amorlinc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/amorlinc/) | | AND | 检查两个参数是否均为 TRUE,如果两个参数都是 TRUE,则返回 TRUE。 | [中文](https://learn.microsoft.com/zh-cn/dax/and-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/and-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/and/) | | APPROXIMATEDISTINCTCOUNT | 在列中返回唯一值的估计计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/approximate-distinctcount-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/approximate-distinctcount-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/approximatedistinctcount/) | | ASIN | 返回某一数字的反正弦值(又称逆正弦值)。 | [中文](https://learn.microsoft.com/zh-cn/dax/asin-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/asin-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/asin/) | | ASINH | 返回某一数字的反双曲正弦值。 | [中文](https://learn.microsoft.com/zh-cn/dax/asinh-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/asinh-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/asinh/) | | ATAN | 返回某一数字的反正切值(又称逆正切值)。 | [中文](https://learn.microsoft.com/zh-cn/dax/atan-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/atan-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/atan/) | | ATANH | 返回某一数字的反双曲正切值。 | [中文](https://learn.microsoft.com/zh-cn/dax/atanh-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/atanh-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/atanh/) | | AVERAGE | 返回列中所有数字的平均值(算术平均值)。 | [中文](https://learn.microsoft.com/zh-cn/dax/average-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/average-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/average/) | | AVERAGEA | 返回列中值的平均值(算术平均值)。 | [中文](https://learn.microsoft.com/zh-cn/dax/averagea-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/averagea-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/averagea/) | | AVERAGEX | 计算针对表进行计算的一组表达式的平均值(算术平均值)。 | [中文](https://learn.microsoft.com/zh-cn/dax/averagex-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/averagex-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/averagex/) | B 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | BETA.DIST | 返回 beta 分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/beta-dist-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/beta-dist-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/beta.dist/) | | BETA.INV | 返回逆 beta 累积概率密度函数 (BETA.DIST)。 | [中文](https://learn.microsoft.com/zh-cn/dax/beta-inv-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/beta-inv-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/beta.inv/) | | BITAND | 返回两个数字的按位 AND。 | [中文](https://learn.microsoft.com/zh-cn/dax/bitand-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/bitand-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/bitand/) | | BITLSHIFT | 返回一个按指定位数向左移动的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/bitlshift-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/bitlshift-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/bitlshift/) | | BITOR | 返回两个数字的按位 OR。 | [中文](https://learn.microsoft.com/zh-cn/dax/bitor-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/bitor-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/bitor/) | | BITRSHIFT | 返回一个按指定位数向右移动的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/bitrshift-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/bitrshift-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/bitrshift/) | | BITXOR | 返回两个数字的按位 XOR。 | [中文](https://learn.microsoft.com/zh-cn/dax/bitxor-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/bitxor-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/bitxor/) | | BLANK | 返回空白。 | [中文](https://learn.microsoft.com/zh-cn/dax/blank-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/blank-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/blank/) | C 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | CALCULATE | 在已修改的筛选器上下文中计算表达式。 | [中文](https://learn.microsoft.com/zh-cn/dax/calculate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/calculate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/calculate/) | | CALCULATETABLE | 在已修改的筛选器上下文中计算表表达式。 | [中文](https://learn.microsoft.com/zh-cn/dax/calculatetable-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/calculatetable-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/calculatetable/) | | CALENDAR | 返回一个表,其中有一个包含一组连续日期的名为“Date”的列。 | [中文](https://learn.microsoft.com/zh-cn/dax/calendar-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/calendar-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/calendar/) | | CALENDARAUTO | 返回一个表,其中有一个包含一组连续日期的名为“Date”的列。 | [中文](https://learn.microsoft.com/zh-cn/dax/calendarauto-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/calendarauto-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/calendarauto/) | | CEILING | 将数值向上舍入为最接近的整数或最接近的基数倍数。 | [中文](https://learn.microsoft.com/zh-cn/dax/ceiling-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/ceiling-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/ceiling/) | | CHISQ.DIST | 返回卡方分步。 | [中文](https://learn.microsoft.com/zh-cn/dax/chisq-dist-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/chisq-dist-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/chisq.dist/) | | CHISQ.DIST.RT | 返回卡方分布的右尾概率。 | [中文](https://learn.microsoft.com/zh-cn/dax/chisq-dist-rt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/chisq-dist-rt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/chisq.dist.rt/) | | CHISQ.INV | 返回卡方分布的左尾逆概率。 | [中文](https://learn.microsoft.com/zh-cn/dax/chisq-inv-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/chisq-inv-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/chisq.inv/) | | CHISQ.INV.RT | 返回卡方分布的右尾逆概率。 | [中文](https://learn.microsoft.com/zh-cn/dax/chisq-inv-rt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/chisq-inv-rt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/chisq.inv.rt/) | | CLOSINGBALANCEMONTH | 计算当前上下文中该月最后一个日期的表达式 。 | [中文](https://learn.microsoft.com/zh-cn/dax/closingbalancemonth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/closingbalancemonth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/closingbalancemonth/) | | CLOSINGBALANCEQUARTER | 计算当前上下文中该季度最后一个日期的表达式 。 | [中文](https://learn.microsoft.com/zh-cn/dax/closingbalancequarter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/closingbalancequarter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/closingbalancequarter/) | | CLOSINGBALANCEYEAR | 计算当前上下文中该年份最后一个日期的表达式 。 | [中文](https://learn.microsoft.com/zh-cn/dax/closingbalanceyear-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/closingbalanceyear-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/closingbalanceyear/) | | COALESCE | 返回第一个计算结果不为 BLANK 的表达式。 | [中文](https://learn.microsoft.com/zh-cn/dax/coalesce-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/coalesce-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/coalesce/) | | COLUMNSTATISTICS | 返回关于模型中每张表每一列的统计信息表。 | [中文](https://learn.microsoft.com/zh-cn/dax/columnstatistics-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/columnstatistics-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/columnstatistics/) | | COMBIN | 返回给定项数的组合数。 | [中文](https://learn.microsoft.com/zh-cn/dax/combin-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/combin-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/combin/) | | COMBINA | 返回给定项数的组合数(包含重复)。 | [中文](https://learn.microsoft.com/zh-cn/dax/combina-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/combina-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/combina/) | | COMBINEVALUES | 将两个或更多个文本字符串联接成一个文本字符串。 | [中文](https://learn.microsoft.com/zh-cn/dax/combinevalues-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/combinevalues-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/combinevalues/) | | CONCATENATE | 将两个文本字符串联接成一个文本字符串。 | [中文](https://learn.microsoft.com/zh-cn/dax/concatenate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/concatenate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/concatenate/) | | CONCATENATEX | 连接为表中的每一行计算的表达式的结果。 | [中文](https://learn.microsoft.com/zh-cn/dax/concatenatex-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/concatenatex-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/concatenatex/) | | CONFIDENCE.NORM | 置信区间是一个值范围。 | [中文](https://learn.microsoft.com/zh-cn/dax/confidence-norm-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/confidence-norm-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/confidence.norm/) | | CONFIDENCE.T | 使用学生的 t 分布返回总体平均值的置信区间。 | [中文](https://learn.microsoft.com/zh-cn/dax/confidence-t-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/confidence-t-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/confidence.t/) | | CONTAINS | 如果所有引用列的值存在或包含在这些列中,则返回 true;否则,该函数返回 false。 | [中文](https://learn.microsoft.com/zh-cn/dax/contains-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/contains-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/contains/) | | CONTAINSROW | 如果至少存在一个所有列都具有指定值的行,则返回 TRUE。 | [中文](https://learn.microsoft.com/zh-cn/dax/containsrow-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/containsrow-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/containsrow/) | | CONTAINSSTRING | 返回 TRUE 或 FALSE,指示一个字符串是否包含另一个字符串。 | [中文](https://learn.microsoft.com/zh-cn/dax/containsstring-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/containsstring-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/containsstring/) | | CONTAINSSTRINGEXACT | 返回 TRUE 或 FALSE,指示一个字符串是否包含另一个字符串。 | [中文](https://learn.microsoft.com/zh-cn/dax/containsstringexact-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/containsstringexact-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/containsstringexact/) | | CONVERT | 将一种数据类型的表达式转换为另一种。 | [中文](https://learn.microsoft.com/zh-cn/dax/convert-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/convert-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/convert/) | | COS | 返回给定角度的余弦值。 | [中文](https://learn.microsoft.com/zh-cn/dax/cos-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/cos-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/cos/) | | COSH | 返回某一数字的双曲余弦值。 | [中文](https://learn.microsoft.com/zh-cn/dax/cosh-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/cosh-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/cosh/) | | COT | 返回以弧度为单位指定的角度的余切值。 | [中文](https://learn.microsoft.com/zh-cn/dax/cot-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/cot-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/cot/) | | COTH | 返回双曲角的双曲余切值。 | [中文](https://learn.microsoft.com/zh-cn/dax/coth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/coth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/coth/) | | COUNT | 计算指定列中包含非空值的行数。 | [中文](https://learn.microsoft.com/zh-cn/dax/count-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/count-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/count/) | | COUNTA | 计算指定列中包含非空值的行数。 | [中文](https://learn.microsoft.com/zh-cn/dax/counta-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/counta-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/counta/) | | COUNTAX | COUNTAX 在针对表计算表达式的结果时对非空白结果进行计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/countax-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/countax-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/countax/) | | COUNTBLANK | 对列中的空白单元格数目进行计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/countblank-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/countblank-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/countblank/) | | COUNTROWS | COUNTROWS 函数对指定表或表达式定义的表中的行数目进行计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/countrows-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/countrows-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/countrows/) | | COUNTX | 在对表上的表达式求值时,对包含非空白值的行数或计算结果为非空白值的表达式进行计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/countx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/countx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/countx/) | | COUPDAYBS | 返回从息票期开始到结算日之间的天数。 | [中文](https://learn.microsoft.com/zh-cn/dax/coupdaybs-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/coupdaybs-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/coupdaybs/) | | COUPDAYS | 返回包含结算日的息票期内的天数。 | [中文](https://learn.microsoft.com/zh-cn/dax/coupdays-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/coupdays-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/coupdays/) | | COUPDAYSNC | 返回从结算日到下一个息票日的天数。 | [中文](https://learn.microsoft.com/zh-cn/dax/coupdaysnc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/coupdaysnc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/coupdaysnc/) | | COUPNCD | 返回结算日之后的下一个息票日。 | [中文](https://learn.microsoft.com/zh-cn/dax/coupncd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/coupncd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/coupncd/) | | COUPNUM | 返回结算日和到期日之间应付的息票数,舍入到最接近的整息票数。 | [中文](https://learn.microsoft.com/zh-cn/dax/coupnum-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/coupnum-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/coupnum/) | | COUPPCD | 返回结算日之前的上一个息票日。 | [中文](https://learn.microsoft.com/zh-cn/dax/couppcd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/couppcd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/couppcd/) | | CROSSFILTER | 指定要用于计算两列之间存在的关系的交叉筛选方向。 | [中文](https://learn.microsoft.com/zh-cn/dax/crossfilter-function?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/crossfilter-function?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/crossfilter/) | | CROSSJOIN | 返回一个表,其中包含参数中所有表的所有行的笛卡尔乘积。 | [中文](https://learn.microsoft.com/zh-cn/dax/crossjoin-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/crossjoin-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/crossjoin/) | | CUMIPMT | 返回 start_period 和 end_period 之间为贷款支付的累计利息。 | [中文](https://learn.microsoft.com/zh-cn/dax/cumipmt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/cumipmt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/cumipmt/) | | CUMPRINC | 返回 start_period 和 end_period 之间为贷款支付的累计本金。 | [中文](https://learn.microsoft.com/zh-cn/dax/cumprinc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/cumprinc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/cumprinc/) | | CURRENCY | 计算参数并以货币数据类型的形式返回结果。 | [中文](https://learn.microsoft.com/zh-cn/dax/currency-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/currency-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/currency/) | | CURRENTGROUP | 从 GROUPBY 表达式的 table 参数中返回一组行,这些行属于 GROUPBY 结果的当前行。 | [中文](https://learn.microsoft.com/zh-cn/dax/currentgroup-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/currentgroup-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/currentgroup/) | | CUSTOMDATA | 返回连接字符串中 CustomData 属性的内容 。 | [中文](https://learn.microsoft.com/zh-cn/dax/customdata-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/customdata-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/customdata/) | D 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | DATATABLE | 提供用于声明内联数据值集的机制。 | [中文](https://learn.microsoft.com/zh-cn/dax/datatable-function?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datatable-function?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datatable/) | | DATE | 以日期/时间格式返回指定的日期 。 | [中文](https://learn.microsoft.com/zh-cn/dax/date-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/date-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/date/) | | DATEADD | 返回一个表,此表包含一列日期,日期从当前上下文中的日期开始按指定的间隔数向未来推移或者向过去推移。 | [中文](https://learn.microsoft.com/zh-cn/dax/dateadd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/dateadd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/dateadd/) | | DATEDIFF | 返回两个日期之间的间隔边界的计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/datediff-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datediff-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datediff/) | | DATESBETWEEN | 返回一个包含一列日期的表,这些日期以指定开始日期,一直持续到指定的结束日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/datesbetween-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datesbetween-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datesbetween/) | | DATESINPERIOD | 返回一个表,此表包含一列日期,日期以指定的开始日期开始,并按照指定的日期间隔一直持续到指定的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/datesinperiod-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datesinperiod-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datesinperiod/) | | DATESMTD | 返回一个表,此表包含当前上下文中该月份至今的一列日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/datesmtd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datesmtd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datesmtd/) | | DATESQTD | 返回一个表,此表包含当前上下文中该季度至今的一列日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/datesqtd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datesqtd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datesqtd/) | | DATESYTD | 返回一个表,此表包含当前上下文中该年份至今的一列日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/datesytd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datesytd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datesytd/) | | DATEVALUE | 将文本格式的日期转换为日期/时间格式的日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/datevalue-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/datevalue-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/datevalue/) | | DAY | 返回一月中的日期,1 到 31 之间的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/day-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/day-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/day/) | | DB | 使用固定余额递减法返回指定期间资产的折旧。 | [中文](https://learn.microsoft.com/zh-cn/dax/db-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/db-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/db/) | | DDB | 使用双倍余额递减法或你指定的一些其他方法返回指定期间的资产折旧。 | [中文](https://learn.microsoft.com/zh-cn/dax/ddb-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/ddb-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/ddb/) | | DEGREES | 将弧度转换成角度。 | [中文](https://learn.microsoft.com/zh-cn/dax/degrees-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/degrees-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/degrees/) | | DETAILROWS | 计算为度量值定义的详细信息行表达式并返回数据。 | [中文](https://learn.microsoft.com/zh-cn/dax/detailrows-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/detailrows-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/detailrows/) | | DISC | 返回证券的贴现率。 | [中文](https://learn.microsoft.com/zh-cn/dax/disc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/disc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/disc/) | | DISTINCT (column) | 返回由一列组成的表,其中包含与指定列不同的值。 | [中文](https://learn.microsoft.com/zh-cn/dax/distinct-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/distinct-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/distinct (column)/) | | DISTINCT (table) | 通过删除另一个表或表达式中的重复行返回表。 | [中文](https://learn.microsoft.com/zh-cn/dax/distinct-table-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/distinct-table-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/distinct (table)/) | | DISTINCTCOUNT | 对列中的非重复值数目进行计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/distinctcount-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/distinctcount-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/distinctcount/) | | DISTINCTCOUNTNOBLANK | 对列中的非重复值数目进行计数。 | [中文](https://learn.microsoft.com/zh-cn/dax/distinctcountnoblank-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/distinctcountnoblank-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/distinctcountnoblank/) | | DIVIDE | {1}执行除法运算,并在被 0 除时返回备用结果或 BLANK()。 | [中文](https://learn.microsoft.com/zh-cn/dax/divide-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/divide-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/divide/) | | DOLLARDE | 将以整数部分加小数部分表示的美元价格(如 1.02)转换为以小数表示的美元价格。 | [中文](https://learn.microsoft.com/zh-cn/dax/dollarde-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/dollarde-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/dollarde/) | | DOLLARFR | 将以小数表示的美元价格转换为以整数部分加小数部分表示的美元价格(如 1.02)。 | [中文](https://learn.microsoft.com/zh-cn/dax/dollarfr-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/dollarfr-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/dollarfr/) | | DURATION | 返回假定面值为 \$100 的麦考利久期。 | [中文](https://learn.microsoft.com/zh-cn/dax/duration-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/duration-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/duration/) | E 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | EARLIER | 返回所述列的外部计算传递中指定列的当前值。 | [中文](https://learn.microsoft.com/zh-cn/dax/earlier-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/earlier-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/earlier/) | | EARLIEST | 返回指定列的外部计算传递中指定列的当前值。 | [中文](https://learn.microsoft.com/zh-cn/dax/earliest-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/earliest-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/earliest/) | | EDATE | 返回在开始日期之前或之后指定月份数的日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/edate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/edate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/edate/) | | EFFECT | 返回给定名义年利率和每年的复利期数下的实际年利率。 | [中文](https://learn.microsoft.com/zh-cn/dax/effect-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/effect-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/effect/) | | ENDOFMONTH | 返回当前上下文中指定日期列的月份的最后一个日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/endofmonth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/endofmonth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/endofmonth/) | | ENDOFQUARTER | 为指定的日期列返回当前上下文的季度最后一日。 | [中文](https://learn.microsoft.com/zh-cn/dax/endofquarter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/endofquarter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/endofquarter/) | | ENDOFYEAR | 返回当前上下文中指定日期列的年份的最后一个日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/endofyear-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/endofyear-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/endofyear/) | | EOMONTH | 以日期/时间格式返回指定月份数之前或之后的月份的最后一天的日期 。 | [中文](https://learn.microsoft.com/zh-cn/dax/eomonth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/eomonth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/eomonth/) | | ERROR | 引发错误并显示错误消息。 | [中文](https://learn.microsoft.com/zh-cn/dax/error-function?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/error-function?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/error/) | | EVALUATEANDLOG | 返回第一个参数的值,并将其记录在 DAX 评估日志探查器事件中。 | [中文](https://learn.microsoft.com/zh-cn/dax/evaluateandlog-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/evaluateandlog-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/evaluateandlog/) | | EVEN | 返回向上舍入到最接近的偶数的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/even-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/even-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/even/) | | EXACT | 比较两个文本字符串,如果它们完全相同,则返回 TRUE;否则返回 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/exact-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/exact-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/exact/) | | EXCEPT | 返回未在第二个表中显示的第一个表中的行。 | [中文](https://learn.microsoft.com/zh-cn/dax/except-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/except-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/except/) | | EXP | 返回 e 的指定次方。 | [中文](https://learn.microsoft.com/zh-cn/dax/exp-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/exp-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/exp/) | | EXPON.DIST | 返回指数分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/expon-dist-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/expon-dist-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/expon.dist/) | F 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | FACT | 返回一个数字的阶乘,等于序列 1*2*3*...*(以给定数字结尾)。 | [中文](https://learn.microsoft.com/zh-cn/dax/fact-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/fact-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/fact/) | | FALSE | 返回逻辑值 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/false-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/false-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/false/) | | FILTER | 返回一个表,用于表示另一个表或表达式的子集。 | [中文](https://learn.microsoft.com/zh-cn/dax/filter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/filter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/filter/) | | FILTERS | 返回直接作为筛选器应用到 columnName 的值 。 | [中文](https://learn.microsoft.com/zh-cn/dax/filters-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/filters-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/filters/) | | FIND | 返回一个文本字符串在另一个文本字符串中的起始位置。 | [中文](https://learn.microsoft.com/zh-cn/dax/find-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/find-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/find/) | | FIRSTDATE | 返回当前上下文中指定日期列的第一个日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/firstdate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/firstdate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/firstdate/) | | FIRSTNONBLANK | 返回按当前上下文筛选的 column 列中的第一个值,其中表达式不为空 。 | [中文](https://learn.microsoft.com/zh-cn/dax/firstnonblank-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/firstnonblank-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/firstnonblank/) | | FIRSTNONBLANKVALUE | 对通过已排序的列值筛选的表达式求值,并返回不为空的表达式的第一个值。 | [中文](https://learn.microsoft.com/zh-cn/dax/firstnonblankvalue-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/firstnonblankvalue-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/firstnonblankvalue/) | | FIXED | 将数值舍入到指定的小数位数并将结果返回为文本。 | [中文](https://learn.microsoft.com/zh-cn/dax/fixed-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/fixed-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/fixed/) | | FLOOR | 向零方向将数值向下舍入为最接近的基数倍数。 | [中文](https://learn.microsoft.com/zh-cn/dax/floor-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/floor-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/floor/) | | FORMAT | 根据所指定的格式将值转换为文本。 | [中文](https://learn.microsoft.com/zh-cn/dax/format-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/format-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/format/) | | FV | 根据固定利率计算投资的未来价值。 | [中文](https://learn.microsoft.com/zh-cn/dax/fv-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/fv-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/fv/) | G 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | GCD | 返回两个或多个整数的最大公约数。 | [中文](https://learn.microsoft.com/zh-cn/dax/gcd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/gcd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/gcd/) | | GENERATE | 返回一个表,其中包含 table1 中的每一行与在 table1 的当前行的上下文中计算 table2 所得表之间的笛卡尔乘积 。 | [中文](https://learn.microsoft.com/zh-cn/dax/generate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/generate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/generate/) | | GENERATEALL | 返回一个表,其中包含 table1 中的每一行与在 table1 的当前行的上下文中计算 table2 所得表之间的笛卡尔乘积 。 | [中文](https://learn.microsoft.com/zh-cn/dax/generateall-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/generateall-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/generateall/) | | GENERATESERIES | 返回一个单列表,其中包含一个算术序列的值,即一系列值,其中每个值与前面的值相差一个常数。 | [中文](https://learn.microsoft.com/zh-cn/dax/generateseries-function?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/generateseries-function?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/generateseries/) | | GEOMEAN | 返回列中数字的几何平均值。 | [中文](https://learn.microsoft.com/zh-cn/dax/geomean-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/geomean-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/geomean/) | | GEOMEANX | 返回针对表中的每一行计算的表达式的几何平均值。 | [中文](https://learn.microsoft.com/zh-cn/dax/geomeanx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/geomeanx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/geomeanx/) | | GROUPBY | GROUPBY 函数与 SUMMARIZE 函数类似。 | [中文](https://learn.microsoft.com/zh-cn/dax/groupby-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/groupby-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/groupby/) | H 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | HASONEFILTER | 如果 columnName 上的直接筛选值的数目为一个,则返回 TRUE;否则,返回 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/hasonefilter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/hasonefilter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/hasonefilter/) | | HASONEVALUE | 如果筛选 columnName 的上下文后仅剩下一个非重复值,则返回 TRUE 。 | [中文](https://learn.microsoft.com/zh-cn/dax/hasonevalue-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/hasonevalue-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/hasonevalue/) | | HOUR | 以数字形式返回小时值,0 (12:00 A.M.) 到 23 (11:00 P.M.) 之间的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/hour-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/hour-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/hour/) | I 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | IF | 检查条件,如果为 TRUE,则返回一个值,否则返回第二个值。 | [中文](https://learn.microsoft.com/zh-cn/dax/if-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/if-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/if/) | | IF.EAGER | 检查条件,如果为 TRUE,则返回一个值,否则返回第二个值。 | [中文](https://learn.microsoft.com/zh-cn/dax/if-eager-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/if-eager-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/if.eager/) | | IFERROR | 如果表达式返回错误,则会对表达式进行求值并返回指定的值;否则会返回表达式本身的值。 | [中文](https://learn.microsoft.com/zh-cn/dax/iferror-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/iferror-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/iferror/) | | IGNORE | 通过省略 BLANK/NULL 计算中的特定表达式,修改 SUMMARIZECOLUMNS 函数的行为。 | [中文](https://learn.microsoft.com/zh-cn/dax/ignore-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/ignore-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/ignore/) | | INDEX | 在指定分区(按指定顺序排序)的绝对位置(由位置参数指定)处返回一行。 | [中文](https://learn.microsoft.com/zh-cn/dax/index-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/index-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/index/) | | INT | 将数值向下舍入到最接近的整数。 | [中文](https://learn.microsoft.com/zh-cn/dax/int-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/int-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/int/) | | INTERSECT | 返回两个表的行交集,保留重复项。 | [中文](https://learn.microsoft.com/zh-cn/dax/intersect-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/intersect-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/intersect/) | | INTRATE | 返回一次性付息的证券的利率。 | [中文](https://learn.microsoft.com/zh-cn/dax/intrate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/intrate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/intrate/) | | IPMT | 返回基于定期固定付款和固定利率计算得出的给定投资周期内支付的利息。 | [中文](https://learn.microsoft.com/zh-cn/dax/ipmt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/ipmt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/ipmt/) | | ISAFTER | 此函数为布尔函数,它会模仿“Start At”子句的行为,并为满足所有条件参数的行返回 true。 | [中文](https://learn.microsoft.com/zh-cn/dax/isafter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isafter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isafter/) | | ISBLANK | 检查值是否为空白,并返回 TRUE 或 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/isblank-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isblank-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isblank/) | | ISCROSSFILTERED | 在对指定表或列进行交叉筛选时,返回 TRUE。 | [中文](https://learn.microsoft.com/zh-cn/dax/iscrossfiltered-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/iscrossfiltered-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/iscrossfiltered/) | | ISEMPTY | 检查表是否为空。 | [中文](https://learn.microsoft.com/zh-cn/dax/isempty-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isempty-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isempty/) | | ISERROR | 检查值是否错误,并返回 TRUE 或 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/iserror-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/iserror-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/iserror/) | | ISEVEN | 如果 number 为偶数,则返回 TRUE;如果为奇数,则返回 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/iseven-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/iseven-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/iseven/) | | ISFILTERED | 在对指定表或列进行直接筛选时,返回 TRUE。 | [中文](https://learn.microsoft.com/zh-cn/dax/isfiltered-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isfiltered-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isfiltered/) | | ISINSCOPE | 当指定的列在级别的层次结构内时,返回 True。 | [中文](https://learn.microsoft.com/zh-cn/dax/isinscope-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isinscope-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isinscope/) | | ISLOGICAL | 检查值是否为逻辑值(TRUE 或 FALSE),并返回 TRUE 或 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/islogical-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/islogical-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/islogical/) | | ISNONTEXT | 检查值是否为非文本(空单元格为非文本),并返回 TRUE 或 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/isnontext-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isnontext-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isnontext/) | | ISNUMBER | 检查值是否为数值,并返回 TRUE 或 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/isnumber-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isnumber-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isnumber/) | | ISO.CEILING | 将数值向上舍入为最接近的整数或最接近的基数倍数。 | [中文](https://learn.microsoft.com/zh-cn/dax/iso-ceiling-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/iso-ceiling-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/iso.ceiling/) | | ISODD | 如果数字为奇数,则返回 TRUE;如果数字为偶数,则返回 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/isodd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isodd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isodd/) | | ISONORAFTER | 此函数为布尔函数,它会模仿 Start At 子句的行为,并为满足所有条件参数的行返回 true。 | [中文](https://learn.microsoft.com/zh-cn/dax/isonorafter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isonorafter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isonorafter/) | | ISPMT | 按照等额本金计算贷款(或投资)在指定期限内支付(或收取)的利息。 | [中文](https://learn.microsoft.com/zh-cn/dax/ispmt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/ispmt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/ispmt/) | | ISSELECTEDMEASURE | 由表达式中的计算项用于确定上下文中的度量值是度量值列表中指定的度量值之一。 | [中文](https://learn.microsoft.com/zh-cn/dax/isselectedmeasure-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/isselectedmeasure-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/isselectedmeasure/) | | ISSUBTOTAL | 使用 SUMMARIZE 表达式另外创建一列;如果该行包含作为参数提供的列的小计值,则返回 True,否则返回 False。 | [中文](https://learn.microsoft.com/zh-cn/dax/issubtotal-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/issubtotal-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/issubtotal/) | | ISTEXT | 检查值是否为文本,并返回 TRUE 或 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/istext-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/istext-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/istext/) | K 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | KEEPFILTERS | 计算 CALCULATE 或 CALCULATETABLE 函数时,修改应用筛选器的方式。 | [中文](https://learn.microsoft.com/zh-cn/dax/keepfilters-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/keepfilters-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/keepfilters/) | L 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | LASTDATE | 返回当前上下文中指定日期列的最后一个日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/lastdate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/lastdate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/lastdate/) | | LASTNONBLANK | 返回按当前上下文筛选的 column 列中的最后一个值,其中表达式不为空 。 | [中文](https://learn.microsoft.com/zh-cn/dax/lastnonblank-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/lastnonblank-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/lastnonblank/) | | LASTNONBLANKVALUE | 对通过已排序的列值筛选的表达式求值,并返回不为空的表达式的最后一个值。 | [中文](https://learn.microsoft.com/zh-cn/dax/lastnonblankvalue-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/lastnonblankvalue-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/lastnonblankvalue/) | | LCM | 返回整数的最小公倍数。 | [中文](https://learn.microsoft.com/zh-cn/dax/lcm-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/lcm-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/lcm/) | | LEFT | 从文本字符串开头返回指定数量的字符。 | [中文](https://learn.microsoft.com/zh-cn/dax/left-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/left-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/left/) | | LEN | 返回文本字符串中的字符数。 | [中文](https://learn.microsoft.com/zh-cn/dax/len-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/len-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/len/) | | LINEST | 使用最小二乘法计算最适合给定数据的直线,然后返回描述这条直线的表。 | [中文](https://learn.microsoft.com/zh-cn/dax/linest-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/linest-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/linest/) | | LINESTX | 使用最小二乘法计算最适合给定数据的直线,然后返回描述这条直线的表。 | [中文](https://learn.microsoft.com/zh-cn/dax/linestx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/linestx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/linestx/) | | LN | 返回某一数字的自然对数。 | [中文](https://learn.microsoft.com/zh-cn/dax/ln-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/ln-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/ln/) | | LOG | 根据指定的底数返回数字的对数。 | [中文](https://learn.microsoft.com/zh-cn/dax/log-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/log-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/log/) | | LOG10 | 返回某一数字以 10 为底的对数。 | [中文](https://learn.microsoft.com/zh-cn/dax/log10-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/log10-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/log10/) | | LOOKUPVALUE | 返回满足一个或多个搜索条件所指定的所有条件的行的值。 | [中文](https://learn.microsoft.com/zh-cn/dax/lookupvalue-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/lookupvalue/) | | LOWER | 将文本字符串中的所有字母都转换为小写。 | [中文](https://learn.microsoft.com/zh-cn/dax/lower-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/lower-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/lower/) | M 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | MATCHBY | 在窗口函数中,定义用于确定如何匹配数据和标识当前行的列。 | [中文](https://learn.microsoft.com/zh-cn/dax/matchby-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/matchby-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/matchby/) | | MAX | 返回列中或两个标量表达式之间的最大值。 | [中文](https://learn.microsoft.com/zh-cn/dax/max-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/max-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/max/) | | MAXA | 返回列中的最大值。 | [中文](https://learn.microsoft.com/zh-cn/dax/maxa-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/maxa-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/maxa/) | | MAXX | 为表的每一行计算表达式,并返回最大值。 | [中文](https://learn.microsoft.com/zh-cn/dax/maxx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/maxx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/maxx/) | | MDURATION | 返回修改后的证券(假定面值为 \$100)麦考利久期。 | [中文](https://learn.microsoft.com/zh-cn/dax/mduration-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/mduration-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/mduration/) | | MEDIAN | 返回列中数字的中值。 | [中文](https://learn.microsoft.com/zh-cn/dax/median-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/median-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/median/) | | MEDIANX | 返回针对表中的每一行计算的表达式的中值。 | [中文](https://learn.microsoft.com/zh-cn/dax/medianx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/medianx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/medianx/) | | MID | 在提供开始位置和长度的情况下,从文本字符串中间返回字符串。 | [中文](https://learn.microsoft.com/zh-cn/dax/mid-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/mid-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/mid/) | | MIN | 返回列中或两个标量表达式之间的最小值。 | [中文](https://learn.microsoft.com/zh-cn/dax/min-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/min-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/min/) | | MINA | 返回列中的最小值。 | [中文](https://learn.microsoft.com/zh-cn/dax/mina-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/mina-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/mina/) | | MINUTE | 给定日期和时间值,以数字形式返回分钟值,0 到 59 之间的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/minute-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/minute-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/minute/) | | MINX | 返回对表中每一行的表达式进行计算而得出的结果的最小值。 | [中文](https://learn.microsoft.com/zh-cn/dax/minx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/minx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/minx/) | | MOD | 返回一个被除数除以一个除数后所得的余数。 | [中文](https://learn.microsoft.com/zh-cn/dax/mod-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/mod-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/mod/) | | MONTH | 以数字形式返回月份值,1(一月)到 12(十二月)之间的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/month-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/month-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/month/) | | MROUND | 返回舍入到所需倍数的一个数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/mround-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/mround-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/mround/) | N 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | NATURALINNERJOIN | 执行一个表与另一个表的内部联接。 | [中文](https://learn.microsoft.com/zh-cn/dax/naturalinnerjoin-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/naturalinnerjoin-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/naturalinnerjoin/) | | NATURALLEFTOUTERJOIN | 使用 Left Outer Join 语义执行 LeftTable 与 RightTable 的联接。 | [中文](https://learn.microsoft.com/zh-cn/dax/naturalleftouterjoin-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/naturalleftouterjoin-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/naturalleftouterjoin/) | | NETWORKDAYS | 返回两个日期(含)之间的整个工作日数。 | [中文](https://learn.microsoft.com/zh-cn/dax/networkdays-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/networkdays-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/networkdays/) | | NEXTDAY | 根据当前上下文中的 dates 列中指定的第一个日期返回一个表,此表包含从第二天开始的所有日期的列 。 | [中文](https://learn.microsoft.com/zh-cn/dax/nextday-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/nextday-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/nextday/) | | NEXTMONTH | 根据当前上下文中的 dates 列中的第一个日期返回一个表,此表包含从下个月开始的所有日期的列 。 | [中文](https://learn.microsoft.com/zh-cn/dax/nextmonth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/nextmonth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/nextmonth/) | | NEXTQUARTER | 根据当前上下文中的 dates 列中指定的第一个日期返回一个表,其中包含下季度所有日期的列 。 | [中文](https://learn.microsoft.com/zh-cn/dax/nextquarter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/nextquarter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/nextquarter/) | | NEXTYEAR | 根据 dates 列中的第一个日期,返回一个表,表中的一列包含当前上下文中明年的所有日期 。 | [中文](https://learn.microsoft.com/zh-cn/dax/nextyear-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/nextyear-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/nextyear/) | | NOMINAL | 返回在给定实际利率和每年复利期数的情况下的名义年利率。 | [中文](https://learn.microsoft.com/zh-cn/dax/nominal-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/nominal-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/nominal/) | | NONVISUAL | 将 SUMMARIZECOLUMNS 表达式中的值筛选器标记为不可见。 | [中文](https://learn.microsoft.com/zh-cn/dax/nonvisual-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/nonvisual-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/nonvisual/) | | NORM.DIST | 返回指定平均值和标准偏差的正态分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/norm-dist-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/norm-dist-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/norm.dist/) | | NORM.INV | 指定平均值和标准偏差的逆正态累积分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/norm-inv-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/norm-inv-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/norm.inv/) | | NORM.S.DIST | 返回标准正态分布(平均值为 0,标准偏差为 1)。 | [中文](https://learn.microsoft.com/zh-cn/dax/norm-s-dist-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/norm-s-dist-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/norm.s.dist/) | | NORM.S.INV | 返回反标准正态累积分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/norm-s-inv-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/norm-s-inv-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/norm.s.inv/) | | NOT | 将 FALSE 更改为 TRUE,或者将 TRUE 更改为 FALSE。 | [中文](https://learn.microsoft.com/zh-cn/dax/not-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/not-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/not/) | | NOW | 以日期/时间格式返回当前日期和时间 。 | [中文](https://learn.microsoft.com/zh-cn/dax/now-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/now-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/now/) | | NPER | 返回基于定期固定付款和固定利率计算得出的投资周期数。 | [中文](https://learn.microsoft.com/zh-cn/dax/nper-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/nper-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/nper/) | O 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | ODD | 返回向上舍入到最接近的奇数的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/odd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/odd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/odd/) | | ODDFPRICE | 返回每 \$100 面值的首期息票日不固定(短期或长期)的证券的价格。 | [中文](https://learn.microsoft.com/zh-cn/dax/oddfprice-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/oddfprice-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/oddfprice/) | | ODDFYIELD | 返回首期息票日不固定(长期或短期)的证券的收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/oddfyield-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/oddfyield-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/oddfyield/) | | ODDLPRICE | 返回末期息票日不固定(长期或短期)的证券每 \$100 面值的价格。 | [中文](https://learn.microsoft.com/zh-cn/dax/oddlprice-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/oddlprice-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/oddlprice/) | | ODDLYIELD | 返回末期息票日不固定(长期或短期)的证券的收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/oddlyield-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/oddlyield-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/oddlyield/) | | OFFSET | 返回一个行,该行位于同一表中的当前行之前或之后(按给定的偏移量)。 | [中文](https://learn.microsoft.com/zh-cn/dax/offset-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/offset-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/offset/) | | OPENINGBALANCEMONTH | 计算当前上下文中该月份第一个日期的表达式 。 | [中文](https://learn.microsoft.com/zh-cn/dax/openingbalancemonth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/openingbalancemonth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/openingbalancemonth/) | | OPENINGBALANCEQUARTER | 计算当前上下文中该季度第一个日期的表达式 。 | [中文](https://learn.microsoft.com/zh-cn/dax/openingbalancequarter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/openingbalancequarter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/openingbalancequarter/) | | OPENINGBALANCEYEAR | 计算当前上下文中该年份第一个日期的表达式 。 | [中文](https://learn.microsoft.com/zh-cn/dax/openingbalanceyear-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/openingbalanceyear-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/openingbalanceyear/) | | OR | 检查某一个参数是否为 TRUE,如果是,则返回 TRUE。 | [中文](https://learn.microsoft.com/zh-cn/dax/or-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/or-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/or/) | | ORDERBY | 定义用于确定每个 WINDOW 函数分区内排序顺序的表达式。 | [中文](https://learn.microsoft.com/zh-cn/dax/orderby-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/orderby-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/orderby/) | P 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | PARALLELPERIOD | 返回一个表,此表包含一列日期,表示与当前上下文中指定的 dates 列中的日期平行的时间段,日期是按间隔数向未来推移或者向过去推移的 。 | [中文](https://learn.microsoft.com/zh-cn/dax/parallelperiod-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/parallelperiod-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/parallelperiod/) | | PARTITIONBY | 定义用于对 WINDOW 函数的 参数进行分区的列。 | [中文](https://learn.microsoft.com/zh-cn/dax/partitionby-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/partitionby-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/partitionby/) | | PATH | 返回一个带分隔符的文本字符串,其中包含当前标识符的所有父级的标识符,从最早的父级开始,一直持续到当前。 | [中文](https://learn.microsoft.com/zh-cn/dax/path-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/path-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/path/) | | PATHCONTAINS | 如果指定的路径中存在指定的项,则返回 TRUE。 | [中文](https://learn.microsoft.com/zh-cn/dax/pathcontains-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pathcontains-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pathcontains/) | | PATHITEM | 从 PATH 函数的计算结果得到的字符串,返回指定位置处的项 。 | [中文](https://learn.microsoft.com/zh-cn/dax/pathitem-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pathitem-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pathitem/) | | PATHITEMREVERSE | 从 PATH 函数的计算结果得到的字符串,返回指定位置处的项 。 | [中文](https://learn.microsoft.com/zh-cn/dax/pathitemreverse-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pathitemreverse-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pathitemreverse/) | | PATHLENGTH | 返回给定 PATH 结果中指定项的父项数目,包括自身。 | [中文](https://learn.microsoft.com/zh-cn/dax/pathlength-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pathlength-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pathlength/) | | PDURATION | 返回投资达到指定值所需的期数。 | [中文](https://learn.microsoft.com/zh-cn/dax/pduration-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pduration-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pduration/) | | PERCENTILE.EXC | 返回范围中值的第 k 个百分点,其中 k 的范围为 0 到 1(不含 0 和 1)。 | [中文](https://learn.microsoft.com/zh-cn/dax/percentile-exc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/percentile-exc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/percentile.exc/) | | PERCENTILE.INC | 返回范围中值的第 k 个百分点,其中 k 的范围为 0 到 1(含 0 和 1)。 | [中文](https://learn.microsoft.com/zh-cn/dax/percentile-inc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/percentile-inc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/percentile.inc/) | | PERCENTILEX.EXC | 返回针对表中的每一行计算的表达式的百分位数。 | [中文](https://learn.microsoft.com/zh-cn/dax/percentilex-exc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/percentilex-exc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/percentilex.exc/) | | PERCENTILEX.INC | 返回针对表中的每一行计算的表达式的百分位数。 | [中文](https://learn.microsoft.com/zh-cn/dax/percentilex-inc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/percentilex-inc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/percentilex.inc/) | | PERMUT | 返回可从数字对象中选择的给定数目对象的排列数。 | [中文](https://learn.microsoft.com/zh-cn/dax/permut-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/permut-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/permut/) | | PI | 返回 Pi 值 3.14159265358979,精确到 15 位。 | [中文](https://learn.microsoft.com/zh-cn/dax/pi-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pi-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pi/) | | PMT | 根据固定的付款期数和固定利率计算贷款的付款额。 | [中文](https://learn.microsoft.com/zh-cn/dax/pmt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pmt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pmt/) | | POISSON.DIST | 返回泊松分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/poisson-dist-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/poisson-dist-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/poisson.dist/) | | POWER | 返回某一数字的乘幂结果。 | [中文](https://learn.microsoft.com/zh-cn/dax/power-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/power-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/power/) | | PPMT | 返回基于定期固定付款和固定利率计算得出的给定投资周期的本金付款。 | [中文](https://learn.microsoft.com/zh-cn/dax/ppmt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/ppmt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/ppmt/) | | PREVIOUSDAY | 返回一个表,此表包含的某一列中所有日期所表示的日期均在当前上下文的 dates 列中的第一个日期之前 。 | [中文](https://learn.microsoft.com/zh-cn/dax/previousday-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/previousday-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/previousday/) | | PREVIOUSMONTH | 根据当前上下文中的 Dates 列中的第一个日期返回一个表,此表包含上一月份所有日期的列。 | [中文](https://learn.microsoft.com/zh-cn/dax/previousmonth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/previousmonth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/previousmonth/) | | PREVIOUSQUARTER | 根据当前上下文中的 dates 列中的第一个日期返回一个表,此表包含上一季度所有日期的列 。 | [中文](https://learn.microsoft.com/zh-cn/dax/previousquarter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/previousquarter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/previousquarter/) | | PREVIOUSYEAR | 基于当前上下文中的“日期”列中的最后一个日期,返回一个表,该表包含上一年所有日期的列 。 | [中文](https://learn.microsoft.com/zh-cn/dax/previousyear-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/previousyear-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/previousyear/) | | PRICE | 返回支付定期利息的证券的每 \$100 面值的价格。 | [中文](https://learn.microsoft.com/zh-cn/dax/price-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/price-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/price/) | | PRICEDISC | 返回每 \$100 面值的贴现证券的价格。 | [中文](https://learn.microsoft.com/zh-cn/dax/pricedisc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pricedisc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pricedisc/) | | PRICEMAT | 返回到期支付利息的每 \$100 面值的证券的价格。 | [中文](https://learn.microsoft.com/zh-cn/dax/pricemat-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pricemat-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pricemat/) | | PRODUCT | 返回列中的数的乘积。 | [中文](https://learn.microsoft.com/zh-cn/dax/product-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/product-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/product/) | | PRODUCTX | 返回为表中的每一行计算的表达式的积。 | [中文](https://learn.microsoft.com/zh-cn/dax/productx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/productx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/productx/) | | PV | 根据固定利率计算贷款或投资的现值。 | [中文](https://learn.microsoft.com/zh-cn/dax/pv-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/pv-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/pv/) | Q 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | QUARTER | 将季度返回为从 1(一月 - 三月)到 4(十月 - 十二月)之间的数值。 | [中文](https://learn.microsoft.com/zh-cn/dax/quarter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/quarter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/quarter/) | | QUOTIENT | 执行除法运算,并仅返回除法运算结果的整数部分。 | [中文](https://learn.microsoft.com/zh-cn/dax/quotient-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/quotient-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/quotient/) | R 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | RADIANS | 将度转换为弧度。 | [中文](https://learn.microsoft.com/zh-cn/dax/radians-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/radians-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/radians/) | | RAND | 返回大于或等于 0 并且小于 1 的随机数字(平均分布)。 | [中文](https://learn.microsoft.com/zh-cn/dax/rand-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rand-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rand/) | | RANDBETWEEN | 返回指定的两个数值之间的一个随机数。 | [中文](https://learn.microsoft.com/zh-cn/dax/randbetween-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/randbetween-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/randbetween/) | | RANK | 返回当前上下文在指定分区内按指定顺序排序的级别。 | [中文](https://learn.microsoft.com/zh-cn/dax/rank-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rank-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rank/) | | RANK.EQ | 返回某个数字在数字列表中的排名。 | [中文](https://learn.microsoft.com/zh-cn/dax/rank-eq-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rank-eq-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rank.eq/) | | RANKX | 针对 table 参数中每一行,返回某个数字在数字列表中的排名 。 | [中文](https://learn.microsoft.com/zh-cn/dax/rankx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rankx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rankx/) | | RATE | 返回年金的每个周期的利率。 | [中文](https://learn.microsoft.com/zh-cn/dax/rate-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rate-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rate/) | | RECEIVED | 返回一次性付息的证券到期收回的金额。 | [中文](https://learn.microsoft.com/zh-cn/dax/received-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/received-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/received/) | | RELATED | 从其他表返回相关值。 | [中文](https://learn.microsoft.com/zh-cn/dax/related-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/related-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/related/) | | RELATEDTABLE | 在给定筛选器修改的上下文中计算表表达式。 | [中文](https://learn.microsoft.com/zh-cn/dax/relatedtable-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/relatedtable-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/relatedtable/) | | REMOVEFILTERS | 从指定表或列中清除筛选器。 | [中文](https://learn.microsoft.com/zh-cn/dax/removefilters-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/removefilters-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/removefilters/) | | REPLACE | REPLACE 根据指定的字符数,将部分文本字符串替换为不同的文本字符串。 | [中文](https://learn.microsoft.com/zh-cn/dax/replace-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/replace-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/replace/) | | REPT | 按给定次数重复文本。 | [中文](https://learn.microsoft.com/zh-cn/dax/rept-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rept-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rept/) | | RIGHT | RIGHT 根据指定的字符数返回文本字符串中的最后一个或几个字符。 | [中文](https://learn.microsoft.com/zh-cn/dax/right-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/right-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/right/) | | ROLLUP | 通过向由 groupBy_columnName 参数定义的列的结果添加汇总行,修改 SUMMARIZE 函数的行为。 | [中文](https://learn.microsoft.com/zh-cn/dax/rollup-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rollup-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rollup/) | | ROLLUPADDISUBTOTAL | 通过向基于 groupBy_columnName 列的结果添加汇总行/小计行来修改 SUMMARIZECOLUMNS 函数的行为。 | [中文](https://learn.microsoft.com/zh-cn/dax/rollupaddissubtotal-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rollupaddissubtotal-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rollupaddisubtotal/) | | ROLLUPGROUP | 通过向由 groupBy_columnName 参数定义的列的结果添加汇总行,修改 SUMMARIZE 和 SUMMARIZECOLUMNS 函数的行为。 | [中文](https://learn.microsoft.com/zh-cn/dax/rollupgroup-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rollupgroup-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rollupgroup/) | | ROLLUPISUBTOTAL | 将汇总组与 ROLLUPADDISSUBTOTAL 添加的列进行配对。 | [中文](https://learn.microsoft.com/zh-cn/dax/rollupissubtotal-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rollupissubtotal-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rollupisubtotal/) | | ROUND | 将数值舍入到指定的位数。 | [中文](https://learn.microsoft.com/zh-cn/dax/round-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/round-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/round/) | | ROUNDDOWN | 向零的方向向下舍入某一数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/rounddown-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rounddown-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rounddown/) | | ROUNDUP | 按远离 0(零)的方向向上舍入某一数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/roundup-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/roundup-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/roundup/) | | ROW | 返回一个具有单行的表,其中包含针对每一列计算表达式得出的值。 | [中文](https://learn.microsoft.com/zh-cn/dax/row-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/row-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/row/) | | ROWNUMBER | 返回当前上下文在指定分区内按指定顺序排序的唯一级别。 | [中文](https://learn.microsoft.com/zh-cn/dax/rownumber-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rownumber-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rownumber/) | | RRI | 返回投资增长的等效利率。 | [中文](https://learn.microsoft.com/zh-cn/dax/rri-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/rri-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/rri/) | S 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | SAMEPERIODLASTYEAR | 返回一个表,其中包含指定 dates 列中的日期在当前上下文中前一年的日期列 。 | [中文](https://learn.microsoft.com/zh-cn/dax/sameperiodlastyear-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sameperiodlastyear-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sameperiodlastyear/) | | SAMPLE | 返回指定表中 N 行的样本。 | [中文](https://learn.microsoft.com/zh-cn/dax/sample-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sample-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sample/) | | SEARCH | 返回按从左向右的读取顺序首次找到特定字符或文本字符串的字符编号。 | [中文](https://learn.microsoft.com/zh-cn/dax/search-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/search-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/search/) | | SECOND | 以数字形式返回时间值的秒数,0 到 59 之间的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/second-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/second-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/second/) | | SELECTCOLUMNS | 返回具有从表中选择的列以及 DAX 表达式指定的新列的表。 | [中文](https://learn.microsoft.com/zh-cn/dax/selectcolumns-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/selectcolumns-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/selectcolumns/) | | SELECTEDMEASURE | 由计算项或动态格式字符串的表达式用于引用上下文中的度量值。 | [中文](https://learn.microsoft.com/zh-cn/dax/selectedmeasure-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/selectedmeasure-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/selectedmeasure/) | | SELECTEDMEASUREFORMATSTRING | 由表达式的计算项目用于检索上下文中度量值的格式字符串。 | [中文](https://learn.microsoft.com/zh-cn/dax/selectedmeasureformatstring-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/selectedmeasureformatstring-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/selectedmeasureformatstring/) | | SELECTEDMEASURENAME | 由表达式的计算项目用于按名称确定上下文中的度量值。 | [中文](https://learn.microsoft.com/zh-cn/dax/selectedmeasurename-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/selectedmeasurename-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/selectedmeasurename/) | | SELECTEDVALUE | 如果筛选 columnName 的上下文后仅剩下一个非重复值,则返回该值。 | [中文](https://learn.microsoft.com/zh-cn/dax/selectedvalue-function?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/selectedvalue-function?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/selectedvalue/) | | SIGN | 确定列中数字、计算结果或值的符号。 | [中文](https://learn.microsoft.com/zh-cn/dax/sign-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sign-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sign/) | | SIN | 返回给定角度的正弦值。 | [中文](https://learn.microsoft.com/zh-cn/dax/sin-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sin-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sin/) | | SINH | 返回某一数字的双曲正弦值。 | [中文](https://learn.microsoft.com/zh-cn/dax/sinh-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sinh-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sinh/) | | SLN | 返回一段时间内资产的直线折旧。 | [中文](https://learn.microsoft.com/zh-cn/dax/sln-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sln-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sln/) | | SQRT | 返回某一数字的平方根。 | [中文](https://learn.microsoft.com/zh-cn/dax/sqrt-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sqrt-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sqrt/) | | SQRTPI | 返回 (数字 * pi) 的平方根。 | [中文](https://learn.microsoft.com/zh-cn/dax/sqrtpi-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sqrtpi-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sqrtpi/) | | STARTOFMONTH | 返回当前上下文中指定日期列的月份的第一个日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/startofmonth-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/startofmonth-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/startofmonth/) | | STARTOFQUARTER | 为指定的日期列返回当前上下文中季度的第一个日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/startofquarter-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/startofquarter-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/startofquarter/) | | STARTOFYEAR | 返回当前上下文中指定日期列的年份的第一个日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/startofyear-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/startofyear-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/startofyear/) | | STDEV.P | 返回整个总体的标准偏差。 | [中文](https://learn.microsoft.com/zh-cn/dax/stdev-p-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/stdev-p-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/stdev.p/) | | STDEV.S | 返回样本总体的标准偏差。 | [中文](https://learn.microsoft.com/zh-cn/dax/stdev-s-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/stdev-s-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/stdev.s/) | | STDEVX.P | 返回整个总体的标准偏差。 | [中文](https://learn.microsoft.com/zh-cn/dax/stdevx-p-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/stdevx-p-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/stdevx.p/) | | STDEVX.S | 返回样本总体的标准偏差。 | [中文](https://learn.microsoft.com/zh-cn/dax/stdevx-s-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/stdevx-s-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/stdevx.s/) | | SUBSTITUTE | 在文本字符串中将现有文本替换为新文本。 | [中文](https://learn.microsoft.com/zh-cn/dax/substitute-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/substitute-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/substitute/) | | SUBSTITUTEWITHINDEX | 返回表示作为参数提供的两个表的左半联接的表。 | [中文](https://learn.microsoft.com/zh-cn/dax/substitutewithindex-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/substitutewithindex-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/substitutewithindex/) | | SUM | 对某个列中的所有数值求和。 | [中文](https://learn.microsoft.com/zh-cn/dax/sum-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sum-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sum/) | | SUMMARIZE | 返回一个摘要表,显示对一组函数的请求总数。 | [中文](https://learn.microsoft.com/zh-cn/dax/summarize-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/summarize-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/summarize/) | | SUMMARIZECOLUMNS | 返回一组组的摘要表。 | [中文](https://learn.microsoft.com/zh-cn/dax/summarizecolumns-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/summarizecolumns-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/summarizecolumns/) | | SUMX | 返回为表中的每一行计算的表达式的和。 | [中文](https://learn.microsoft.com/zh-cn/dax/sumx-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/sumx-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/sumx/) | | SWITCH | 针对值列表计算表达式,并返回多个可能的结果表达式之一。 | [中文](https://learn.microsoft.com/zh-cn/dax/switch-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/switch-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/switch/) | | SYD | 返回指定期间内资产的年限总额折旧。 | [中文](https://learn.microsoft.com/zh-cn/dax/syd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/syd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/syd/) | T 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | T.DIST | 返回学生的左尾 t 分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/t-dist-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/t-dist-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/t.dist/) | | T.DIST.2T | 返回学生的双尾 t 分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/t-dist-2t-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/t-dist-2t-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/t.dist.2t/) | | T.DIST.RT | 返回学生的右尾 t 分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/t-dist-rt-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/t-dist-rt-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/t.dist.rt/) | | T.INV | 返回学生的左尾逆 t 分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/t-inv-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/t-inv-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/t.inv/) | | T.INV.2T | 返回学生的双尾逆 t 分布。 | [中文](https://learn.microsoft.com/zh-cn/dax/t-inv-2t-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/t-inv-2t-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/t.inv.2t/) | | TAN | 返回给定角度的正切值。 | [中文](https://learn.microsoft.com/zh-cn/dax/tan-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/tan-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/tan/) | | TANH | 返回某一数字的双曲正切值。 | [中文](https://learn.microsoft.com/zh-cn/dax/tanh-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/tanh-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/tanh/) | | TBILLEQ | 返回国库券的债券等值收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/tbilleq-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/tbilleq-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/tbilleq/) | | TBILLPRICE | 返回每 \$100 面值的国库券的价格。 | [中文](https://learn.microsoft.com/zh-cn/dax/tbillprice-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/tbillprice-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/tbillprice/) | | TBILLYIELD | 返回国库券的收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/tbillyield-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/tbillyield-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/tbillyield/) | | TIME | 将以数值形式给定的小时、分钟和秒值转换为日期/时间格式的时间 。 | [中文](https://learn.microsoft.com/zh-cn/dax/time-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/time-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/time/) | | TIMEVALUE | 将文本格式的时间转换为日期/时间格式的时间。 | [中文](https://learn.microsoft.com/zh-cn/dax/timevalue-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/timevalue-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/timevalue/) | | TOCSV | 以 CSV 格式的字符串形式返回表。 | [中文](https://learn.microsoft.com/zh-cn/dax/tocsv-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/tocsv-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/tocsv/) | | TODAY | 返回当前日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/today-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/today-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/today/) | | TOJSON | 以 JSON 格式的字符串形式返回表。 | [中文](https://learn.microsoft.com/zh-cn/dax/tojson-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/tojson-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/tojson/) | | TOPN | 返回指定表的前 N 行。 | [中文](https://learn.microsoft.com/zh-cn/dax/topn-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/topn-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/topn/) | | TOTALMTD | 计算当前上下文中该月份至今的表达式的值 。 | [中文](https://learn.microsoft.com/zh-cn/dax/totalmtd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/totalmtd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/totalmtd/) | | TOTALQTD | 计算当前上下文中该季度至今的日期的表达式的值 。 | [中文](https://learn.microsoft.com/zh-cn/dax/totalqtd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/totalqtd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/totalqtd/) | | TOTALYTD | 计算当前上下文中表达式的 year-to-date 值 。 | [中文](https://learn.microsoft.com/zh-cn/dax/totalytd-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/totalytd-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/totalytd/) | | TREATAS | 将表表达式的结果作为筛选器应用于无关表中的列。 | [中文](https://learn.microsoft.com/zh-cn/dax/treatas-function?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/treatas-function?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/treatas/) | | TRIM | 删除文本中除单词之间的单个空格外的所有空格。 | [中文](https://learn.microsoft.com/zh-cn/dax/trim-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/trim-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/trim/) | | TRUE | 返回逻辑值 TRUE。 | [中文](https://learn.microsoft.com/zh-cn/dax/true-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/true-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/true/) | | TRUNC | 通过删除数字的小数或分数部分将数字截断为整数。 | [中文](https://learn.microsoft.com/zh-cn/dax/trunc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/trunc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/trunc/) | | Table constructor | 返回包含一列或多列的表。 | [中文](https://learn.microsoft.com/zh-cn/dax/table-constructor?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/table-constructor?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/table constructor/) | U 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | UNICHAR | 返回由数值引用的 Unicode 字符。 | [中文](https://learn.microsoft.com/zh-cn/dax/unichar-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/unichar-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/unichar/) | | UNICODE | 返回与文本的首个字符对应的数字(代码)。 | [中文](https://learn.microsoft.com/zh-cn/dax/unicode-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/unicode-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/unicode/) | | UNION | 从一对表创建联合(联接)表。 | [中文](https://learn.microsoft.com/zh-cn/dax/union-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/union-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/union/) | | UPPER | 将文本字符串转换为全大写字母。 | [中文](https://learn.microsoft.com/zh-cn/dax/upper-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/upper-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/upper/) | | USERCULTURE | 返回当前用户的区域设置(语言代码-国家/地区代码),该设置由操作系统、浏览器设置或 Power BI 服务确定。 | [中文](https://learn.microsoft.com/zh-cn/dax/userculture-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/userculture-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/userculture/) | | USERELATIONSHIP | 指定要在特定计算中使用的关系,如 columnName1 与 columnName2 之间存在的关系。 | [中文](https://learn.microsoft.com/zh-cn/dax/userelationship-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/userelationship-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/userelationship/) | | USERNAME | 从在连接时提供给系统的凭据中返回域名和用户名。 | [中文](https://learn.microsoft.com/zh-cn/dax/username-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/username-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/username/) | | USEROBJECTID | 返回当前用户的 Azure AD 对象 ID 或安全标识符 (SID)。 | [中文](https://learn.microsoft.com/zh-cn/dax/userobjectid-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/userobjectid-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/userobjectid/) | | USERPRINCIPALNAME | 返回用户主体名称。 | [中文](https://learn.microsoft.com/zh-cn/dax/userprincipalname-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/userprincipalname-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/userprincipalname/) | | UTCNOW | 返回当前的 UTC 日期和时间。 | [中文](https://learn.microsoft.com/zh-cn/dax/utcnow-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/utcnow-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/utcnow/) | | UTCTODAY | 返回当前的 UTC 日期。 | [中文](https://learn.microsoft.com/zh-cn/dax/utctoday-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/utctoday-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/utctoday/) | V 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | VALUE | 将表示数值的文本字符串转换为数值。 | [中文](https://learn.microsoft.com/zh-cn/dax/value-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/value-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/value/) | | VALUES | 当输入参数为列名时,返回包含指定列中非重复值的单列表。 | [中文](https://learn.microsoft.com/zh-cn/dax/values-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/values-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/values/) | | VAR.P | 返回整个总体的方差。 | [中文](https://learn.microsoft.com/zh-cn/dax/var-p-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/var-p-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/var.p/) | | VAR.S | 返回样本总体的方差。 | [中文](https://learn.microsoft.com/zh-cn/dax/var-s-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/var-s-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/var.s/) | | VARX.P | 返回整个总体的方差。 | [中文](https://learn.microsoft.com/zh-cn/dax/varx-p-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/varx-p-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/varx.p/) | | VARX.S | 返回样本总体的方差。 | [中文](https://learn.microsoft.com/zh-cn/dax/varx-s-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/varx-s-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/varx.s/) | | VDB | 使用双倍余额递减法或你指定的其他一些方法,返回你指定的任何期间(包括部分期间)的资产折旧。 | [中文](https://learn.microsoft.com/zh-cn/dax/vdb-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/vdb-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/vdb/) | W 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | WEEKDAY | 返回指示日期属于星期几的数字,1 到 7 之间的数字。 | [中文](https://learn.microsoft.com/zh-cn/dax/weekday-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/weekday-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/weekday/) | | WEEKNUM | 根据 return_type 值返回给定日期的周数。 | [中文](https://learn.microsoft.com/zh-cn/dax/weeknum-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/weeknum-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/weeknum/) | | WINDOW | 返回位于给定间隔内的多个行。 | [中文](https://learn.microsoft.com/zh-cn/dax/window-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/window-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/window/) | X 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | XIRR | 返回不一定具有周期性的现金流时间表的内部收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/xirr-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/xirr-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/xirr/) | | XNPV | 返回不一定具有周期性的现金流时间表的现值。 | [中文](https://learn.microsoft.com/zh-cn/dax/xnpv-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/xnpv-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/xnpv/) | Y 返回目录 | 函数名称 | 描述 | 链接 | | :--: | :--: |:--: | | YEAR | 返回日期的年份,1900 到 9999 之间的四位整数。 | [中文](https://learn.microsoft.com/zh-cn/dax/year-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/year-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/year/) | | YEARFRAC | 计算由两个日期之间的整日数表示的年份分数。 | [中文](https://learn.microsoft.com/zh-cn/dax/yearfrac-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/yearfrac-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/yearfrac/) | | YIELD | 返回支付定期利息的证券的收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/yield-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/yield-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/yield/) | | YIELDDISC | 返回贴现证券的年收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/yielddisc-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/yielddisc-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/yielddisc/) | | YIELDMAT | 返回支付到期利息的证券的年收益率。 | [中文](https://learn.microsoft.com/zh-cn/dax/yieldmat-function-dax?WT.mc_id=DP-MVP-5005257) [英文](https://learn.microsoft.com/en-us/dax/yieldmat-function-dax?WT.mc_id=DP-MVP-5005257) [SQLBI](https://dax.guide/yieldmat/) |