CONFIDENCE.T

The CONFIDENCE.T function returns the confidence interval for the mean value of a sample of a population, using a Student's t distribution, given an alpha confidence value.

The function returns a real number x, with the associated confidence interval being given by the range [mean value - x, mean value + x]. This means that, for any sample in the population, the probability of obtaining a sample mean further than x from the mean of the original sample will be the alpha value.

Submitted by admin on Sat, 07/20/2019 - 13:49

CONFIDENCE.NORM

The CONFIDENCE.NORM function returns the confidence interval for the mean value of a sample from a population, using a normal distribution, given an alpha confidence value.

Submitted by admin on Sat, 07/20/2019 - 11:40

TREATAS

The TREATAS function applies the values contained in the columns of a table as filters on columns of another table not necessarily related to the first one.

Submitted by admin on Thu, 07/18/2019 - 19:14

CONTAINSROW

The CONTAINSROW function returns the Boolean True if the table referenced as the first argument contains at least one row with the indicated values.

Submitted by admin on Thu, 07/18/2019 - 18:34

SUBSTITUTEWITHINDEX

The SUBSTITUTEWITHINDEX function theoretically returns the result of a semi-join between two tables made using the common fields that have the same type (see description of a semi-join below) in which the common fields of the left table are replaced by a single column that contains an index to the row in the right table with which the "match" was found.

Submitted by admin on Wed, 07/17/2019 - 20:09

FILTERS

The FILTERS function returns a table containing the values that are being directly applied as filters to a column.

Submitted by admin on Wed, 07/17/2019 - 18:47

EARLIEST

The EARLIEST function is used in calculated columns and allows access to the value of a column (of the row being analyzed) in nested calculations, this value being the one corresponding to the outermost evaluation level.

Submitted by admin on Wed, 07/17/2019 - 18:22

CROSSFILTER

The CROSSFILTER function specifies the direction of the filter to use when evaluating a DAX expression that involves data from two related tables.

Submitted by admin on Tue, 07/16/2019 - 21:41

ALLNOBLANKROW

The ALLNOBLANKROW function receives as an argument the name of one or more columns, or a table, and returns a table containing the rows of the indicated table, column or columns without including the rows formed by blank values and ignoring the possible filters that could be applied to the table, column or columns.

Submitted by admin on Tue, 07/16/2019 - 21:12

SAMPLE

The SAMPLE function returns a sample of N rows from the specified table.

Submitted by admin on Sun, 07/14/2019 - 17:35