AMORDEGRC is a DAX function that returns the depreciation for each accounting period using the French accounting system, applying a depreciation coefficient based on asset life.
Syntax
AMORDEGRC(
Cost,
Date_purchased,
First_period,
Salvage,
Period,
Rate,
Basis
)
Argument | Properties | Description |
---|---|---|
Cost | The cost of the asset. | |
Date_purchased | The date of the purchase of the asset. | |
First_period | The date of the end of the first period. | |
Salvage | The salvage value at the end of the life of the asset. | |
Period | The period. | |
Rate | The rate of depreciation. | |
Basis | Optional | The year basis to be used. |