Power BI: Percent Change Formula
I want to create a simple percent change formula in power BI. Specifically, I want to evaluate month over month %change in cost. I know that percent change can be defined in different ways, so to be clear this is the formula that I am referring to: %change = ([current value] - [previous value])/[previous value]. Here is an example in Excel of what I want to achieve: I cannot find a way to target a specific row in a DAX formula. It seems that power BI only wants to include aggregate values such as sum, max, etc. As a final note, I know that PowerBI includes a percent change "quick measure".