About 239,000 results
Open links in new tab
  1. FILTER function (DAX) - DAX | Microsoft Learn

    Apr 25, 2024 · You can use FILTER to reduce the number of rows in the table that you are working with, and use only specific data in calculations. FILTER is not used independently, but …

  2. FILTER – DAX Guide

    5 days ago · This article describes a number of techniques available to filter tables in DAX, showing possible pitfalls that you can avoid once you know them, in particular using …

  3. Power BI Dax Filter [With 15+ Examples] - SPGuides

    Nov 5, 2022 · Master Power BI DAX Filter with 15+ real examples. Learn how to filter data effectively using DAX functions to build dynamic, insightful, and interactive reports.

  4. Power BI’s FILTER Function: A Complete Guide with Examples

    Aug 18, 2025 · In DAX, FILTER returns a table containing only the rows that meet the criteria you define. Unlike visual filters and slicers (which work at the UI level), FILTER works inside your …

  5. Using the FILTER Function in DAX - Simple Talk

    Apr 17, 2019 · The FILTER function in DAX allows you to iterate down the rows of any table, creating a row context for each and testing whether the row should be included in your …

  6. Power BI- DAX Filter Functions - GeeksforGeeks

    Oct 28, 2025 · The DAX filter function, which is a component of the DAX function library, is an iterator function that creates filtered tables for your data models. As output, each row that …

  7. FILTERS – DAX Guide

    5 days ago · When FILTERS is evaluated in an expression grouped in SUMMARIZECOLUMNS the original filter could be lost and replaced by the result of the auto-exists behavior that …

  8. FILTERS function (DAX) - DAX | Microsoft Learn

    Apr 25, 2024 · The following example shows how to determine the number of direct filters a column has. This example lets you know how many direct filters on ResellerSales_USD …

  9. DAX - FILTER function - Online Tutorials Library

    DAX FILTER function is not used independently, but as a function that is embedded in other functions that require a table as an argument. FILTER (Results, Results[Season] = …

  10. DAX Filter Functions: Understanding the Logic and Use Cases

    To filter something means to process or assess items in order to exclude the unwanted ones. This is exactly what DAX filter functions do—they assess rows of data and allow only the ones...