Platform: Enolytics DTC
Summary:
## Σ Taxes without Fees
What it calculates: This measures the total tax revenue collected from completed orders during your selected time period. It captures taxes from all paid orders (Order Status = 'Completed' and Payment Status IN 'Paid', 'External', 'Refunded'), giving you a clear view of your tax obligations and the tax component of your revenue stream.
Variants:
• CP: Current period taxes collected
• PP: Prior period taxes collected
• Δ: Change in tax collection between periods
• Δ%: Percentage change in tax collection
How to use it:
• Compare tax collection trends across different periods to understand how changes in sales volume, geographic mix, or tax rates are affecting your tax burden
• Analyze the relationship between total revenue and tax collection to spot shifts in where your customers are located or changes in local tax regulations
Tip: Track this alongside your gross revenue to monitor your effective tax rate — significant changes might indicate shifts in your customer geography or updated local tax requirements that need attention.
Note: Parts of this article were generated with AI and may not be perfect. If something looks off or could be better, click the 😞 below — it opens a quick chat so you can let us know.
Quick Stats:
Type: Sum/Total
Build Beyond Limits Group: Σ Taxes without Fees
Taxes without Fees CP
🔢 Formula
m₁
with:
m₁ = Sum([Order Item Taxes].[Tax Amount])
WHERE
[Order Items].[Order Completed Date] ≥ 'Start of Current Period'
AND [Order Items].[Order Completed Date] ≤ 'End of Current Period'
AND [Orders].[Order Status] = 'Completed'
AND [Orders].[Payment Status] IN ('Paid', 'External', 'Refunded')
Output Format: $#,##0.00
Formula Last Updated: 2026-04-11T22:48:06Z
ℹ️ Additional Details
Key:
[calculation].[Taxes without Fees CP]ID:
7b03e0dc-a7e3-5eb1-8a12-9b7802079249
🏷️ Tags
Completed Date
Order Status
Payment Status
Taxes without Fees CP
