To implement this recipe, do the following:
- Create the following measures:
Principal = 100000
Interest Rate = .05
Periods = 10
Compound Interest = [Principal] * ( POWER(1 + [Interest Rate],[Periods]) - 1 )
- On a Report page, create a Card visualization and place the Compound Interest measure into the Fields area for the visualization.