Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Migasuke
Memorable Member
Memorable Member

Paginated Report is too slow

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?

 

 



If my answer was helpful please give me a Kudos or even accept as a Solution.

Let's connect on LinkedIn!

1 REPLY 1
Medina
Resolver I
Resolver I

Hi Migasuke,

Without knowing more detail, I would recommend

  1. Create a view on top of your fact table and join it with the dim table or tables.
  2. Create a stored procedure that uses the view you just created with the parameter you need to filter the dataset.

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!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.