Visual calculations are useful for performing calculations specific to a visual. Conditional formatting is a great example of this concept. In this article, we show how to easily implement conditional formatting through visual calculations. Read more
This article describes an Accounts Receivable Aging report in Power BI, and shows how to simplify a business problem using existing modeling patterns. Read more
This article describes the differences between the ALL and CROSSFILTERED functions in DAX. ALL CALCULATE modifier Returns all the rows in a table, or all the values in a column, ignoring any filters that might have been applied. ALL (… Read more
This article describes how to optimize inventory calculations in DAX by using snapshots to avoid the computational cost of a complete running total. Read more