Skip to content

Most used functions

Izabela Elzbieta Buczynska edited this page Jun 23, 2020 · 1 revision

CAGR(beginningValue, endingValue, years)
Calculates compound annual growth rate.

YoY(pastValue, presentValue)
Calculates year-over-year growth.

IF(condition, trueValue, falseValue)
Works like the Excel IF function.

A complete list of all supported functions can be found here:
https://github.com/Profitbase/PowerBI-visuals-FinancialReportingMatrix/blob/master/docs/Calculations.md

Clone this wiki locally