Introduction
INCLUDE LOD expressions let you add extra detail to your calculations without changing the view. This helps when you want to see data at a finer level while keeping your main chart simple.
When you want to calculate sales per customer even if your view only shows sales per region.
When you need to count unique products sold per store but your dashboard shows total sales by month.
When you want to find average order size per product category while your chart groups by year.
When you want to add a detail like customer name to a calculation without adding it to the view.
When you want to compare detailed values inside a summary chart without changing the chart layout.