What is EBITDA?
EBITDA stands for earnings before interest, taxes, depreciation, and amortization. It measures how much profit a company generates from its core operations before the effects of how it is financed (interest), where it operates (taxes), and how it accounts for past capital spending (depreciation and amortization). By setting those aside, EBITDA gives a view of operating performance that can be compared across companies with different debt loads, tax situations, and asset bases. Investors, lenders, and acquirers rely on it heavily for that reason.
How to calculate EBITDA
Two formulas reach the same result. Starting from operating income:
EBITDA = Operating Income + Depreciation + Amortization
Building up from net income:
EBITDA = Net Income + Interest + Taxes + Depreciation + Amortization
Worked example, building up from net income:
- Net income: $1,000,000
- Interest: $200,000
- Taxes: $300,000
- Depreciation: $400,000
- Amortization: $100,000
- EBITDA: 1,000,000 + 200,000 + 300,000 + 400,000 + 100,000 = $2,000,000
EBITDA in Power BI (DAX)
The pattern depends on how your chart of accounts is modeled. A common approach references a base measure for each component, where each measure sums the matching accounts:
EBITDA = [Operating Income] + [Depreciation] + [Amortization]
-- Build-up from net income:
EBITDA =
[Net Income] + [Interest Expense] + [Tax Expense]
+ [Depreciation] + [Amortization]
EBITDA Margin % = DIVIDE ( [EBITDA], [Total Revenue] )
EBITDA margin expresses the result as a share of revenue, which is how it is usually compared. DIVIDE returns a blank instead of an error when revenue is zero.
What is a good EBITDA margin?
EBITDA on its own is a dollar figure. It becomes useful as EBITDA margin, the ratio of EBITDA to revenue, where a higher margin means more operating profit per dollar of sales. As with other margins, the healthy range depends on the industry, and the trend over time tells you more than any single reading. A rising EBITDA margin points to improving operating efficiency or cost discipline; a falling one points to margin pressure.
EBITDA vs net income
Net income is the bottom line after every cost, including interest, taxes, and non-cash charges. EBITDA deliberately adds those back to isolate operating performance. The gap between them matters: a company can show healthy EBITDA and thin net income when it carries heavy debt or large depreciation. Reading them together is more honest than reading either alone.
Common EBITDA reporting pitfalls
EBITDA is not a standardized figure, so the same company can report different numbers depending on what is added back. “Adjusted EBITDA” can quietly fold in one-time items that flatter the result. The figure is only as clean as the account mapping behind each component, and inconsistent classification of depreciation or interest across systems will distort it.
Reporting EBITDA from your ERP data
EBITDA pulls from income, interest, tax, and depreciation accounts that often sit in different parts of the general ledger, or in separate systems after an acquisition. When those accounts are not mapped consistently, the figure shifts depending on who builds the report. A governed data foundation classifies each account once, so EBITDA and EBITDA margin read the same across every report. QuickLaunch ships pre-built financial models for JD Edwards, Vista, NetSuite, and OneStream that surface these figures directly from the ledger.
Frequently Asked Questions
How is EBITDA calculated?
Start with operating income and add back depreciation and amortization, or start with net income and add back interest, taxes, depreciation, and amortization. Both reach the same figure.
What is the difference between EBITDA and net income?
Net income is profit after all costs. EBITDA adds back interest, taxes, depreciation, and amortization to show operating profitability before those effects.
What is a good EBITDA margin?
It depends on the industry, and the trend matters more than the absolute number. A margin that rises over time signals improving operating efficiency.