Most used functions - Profitbase/PowerBI-visuals-FinancialReportingMatrix GitHub Wiki

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