We can write functions in Pivot table to put condition on the data taken from DB.
Types of DAX Functions
DAX provides functions that have the same functionality and names as the Excel functions that you might already be familiar with. However, the functions have been modified to use DAX data types and to work with tables and columns. In addition, DAX provides many specialized functions for specific purposes, such as lookups based on relationships, the ability to iterate over a table to perform recursive calculations, and calculations utilizing time intelligence.
Read more about the following types of DAX functions:
Advertisement