Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 26 de abr. de 2024 · La función RELATEDTABLE cambia el contexto en el que se filtran los datos y evalúa la expresión en el nuevo contexto que se especifique. Esta función es un acceso directo a la función CALCULATETABLE sin ninguna expresión lógica.

  2. 25 de abr. de 2024 · The RELATEDTABLE function changes the context in which the data is filtered, and evaluates the expression in the new context that you specify. This function is a shortcut for CALCULATETABLE function with no logical expression.

  3. RELATEDTABLE is the companion of RELATED, and it is used to traverse relationships in the opposite direction. When learning DAX, it is easy to get confused and use RELATED when it is not necessary, or to forget about RELATEDTABLE. In this article, we describe the most common uses of the two functions, along with common misperceptions.

  4. 21 de jun. de 2024 · The RELATEDTABLE function performs a context transition from row context(s) to a filter context, and evaluates the expression in the resulting filter context. This function is a shortcut for CALCULATETABLE function with no additional filters, accepting only a table reference and not a table expression.

  5. 2 de jun. de 2020 · RELATEDTABLE(<tableName>) Devuelve una tabla evaluada en un contexto modificado por los filtros especificados. Filtros que están relacionados a la fila actual.

  6. La función RELATEDTABLE devuelve el subconjunto de una tabla remota relacionada con la fila siendo considerada en la tabla en la que se esté trabajando (tabla actual), suponiendo que existe una relación entre la tabla actual y la remota, con independencia del tipo de relación.

  7. This function gives you the subtable from the other table for all the rows related to the current row. For example, all sales transactions (from the Sales table) for the current customer (from the Customer table). In this article and video, I explain how this function works.