Introduction
Parameters let you create a value that you can change easily to control your report. This helps you test different scenarios or filter data without changing the main data source.
When you want to let users pick a value to filter sales data by year.
When you need to test how different discount rates affect profit in your report.
When you want to switch between different data sources without editing queries.
When you want to create a dynamic filter for regions that can be changed quickly.
When you want to control what data loads by setting a parameter for date range.