Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
What method is to display two distinct report templates depending on the parameters in a paginated report?
At the report parameter level, there will be a parameter called 'select student'. By default, the first option in this parameter will be 'ALL', and the rest of the options will be a list of student names.
1. The default selection for the Student option will be 'ALL', and in this scenario, a comprehensive aggregated data template containing the batch number, class strength, and list of all student names will be shown.
2. When a specific student is selected in the Paramter option, a different template displaying the details of the chosen student will be presented.
How do we achieve this in the Paginated report under-report builder?
Solved! Go to Solution.
Hi, @Lakshmanan1
Based on your description, I've used the following sample data:
I created a parameter in Report Builder with all the customer names and ALL options:
At the same time, I created two template tables:
Open the Properties toolbar, select the entire table and find the Visibility option:
=Parameters!Name.Value<>"ALL"
When I select a specific student for the entire parameter, this table is hidden, and another table is displayed:
I'm using a SQL Server source, and I don't have the ALL student in my data source, so I modified my SQL query to show all the data when ALL is selected:
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you @Anonymous . Your solution works for me.
Hi, @Lakshmanan1
Based on your description, I've used the following sample data:
I created a parameter in Report Builder with all the customer names and ALL options:
At the same time, I created two template tables:
Open the Properties toolbar, select the entire table and find the Visibility option:
=Parameters!Name.Value<>"ALL"
When I select a specific student for the entire parameter, this table is hidden, and another table is displayed:
I'm using a SQL Server source, and I don't have the ALL student in my data source, so I modified my SQL query to show all the data when ALL is selected:
Here are the results:
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathonโrunning virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
3 | |
3 | |
3 | |
2 |