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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi community,
I am building paginated report. My goal is to have simple table with a few columns.
I have two options how to build my table:
1. I put all fields from one table (fact table)
2. I put some fields from fact table and some from dim table.
I would prefer option 2, since I don't want to keep redundant data in my fact table.
Problem is, the moment I use parameters from dim table, speed decreases extremely.
In my scenario I have 1:N relationship.
Any tips how to optimize Parameters / Filtering in Paginated reports?
Hi Migasuke,
Without knowing more detail, I would recommend
And give it a try. Also, check the server where the Reporting Services is installed, for any memory pressure, etc. Some time ago, we experienced performance issues, and the network card on the server was the source of the issue.
Thanks!