About 4,200,000 results
Open links in new tab
  1. CALCULATE function (DAX) - DAX | Microsoft Learn

    Oct 20, 2023 · The CALCULATE function evaluates the sum of the Sales table Sales Amount column in a modified filter context. A new filter is added to the Product table Color column—or, the filter overwrites any filter that's already applied to the column.

  2. CALCULATE – DAX Guide

    Jan 18, 2025 · This article describes how to implement in DAX a logical OR condition between the selection of two slicers of a Power BI report or of a PivotTable in Excel. By default, when relying on more than one slicer they are considered in an AND condition.

  3. Power BI Calculate Tutorial - DataCamp

    Aug 25, 2024 · In this tutorial, we discussed what the CALCULATE() function is in Power BI and how to use it. We also applied the CALCULATE() function to a real-world e-commerce dataset and used it to answer some key business questions.

  4. How to Use CALCULATE in Power BI - AbsentData

    Oct 16, 2018 · Calculate is one of the most versatile functions in Power BI. When you begin using anything from simple filters, time intelligence functions, or even advanced formulas, often the CALCULATE formulas are leveraged to produce the desired outcome. Let’s use CALCULATE to filter a column in a table.

  5. Introducing CALCULATE in DAX - SQLBI

    Apr 25, 2022 · CALCULATE is the most powerful and complex function in DAX. In this article, we provide an introduction to CALCULATE, its behavior, and how to use it. CALCULATE, with its companion function CALCULATETABLE, is the only function in …

  6. Mastering the Power BI CALCULATE Function - Coupler.io Blog

    May 1, 2024 · What’s the difference between using CALCULATE and a slicer in Power BI? We’ll go into more detail about what the CALCULATE function does and why you MUST use this function in the upcoming section, helping you to better understand and grasp its purpose.

  7. The CALCULATE Function In Power BI - DAX Tutorial

    Jul 7, 2021 · CALCULATE is one of the most dynamic functions that can help you add deeper insights to your reports. You can easily branch out to time intelligence calculations by using the CALCULATE function. Once you apply this technique, you’ll be able to produce high quality insights inside Power BI.

  8. A Comprehensive Guide to Using CALCULATE in Power BI: From …

    Welcome to the world of CALCULATE, a versatile DAX function that unlocks advanced manipulation and analysis in Power BI. While SUM, AVERAGE, and COUNT offer foundational calculations, CALCULATE empowers you to tailor, filter, and refine your analysis with pinpoint accuracy. Let’s delve into its magic!

  9. The CALCULATE() Function in Power BI - phData

    May 27, 2021 · Here is the DAX syntax for the CALCULATE function in Power BI: CALCULATE(<[expression]>,([filter1],([filter2],([filter...])))) Because of the ability to apply criteria to an existing table before aggregation you do not have to …

  10. Master DAX Calculate Function | Microsoft Power BI - Medium

    Feb 27, 2024 · Drawing from my experience, I’ve identified five key concepts to help you understand DAX better. By explaining these concepts in detail, my aim is to provide you with a solid foundation that...

  11. Some results have been removed