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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
AmiraBedh
Super User
Super User

Understand the incremental refresh partitions

I have a table where I configured fact_transactions (the source is a SQL Server table) the incremental refresh like below :

 

AmiraBedh_0-1717437335846.png

 

The fact_transactions contains data of a monthly basis trasactions, so all the records for one month have the same date value (for example the 1st business day of each month)

We don't have the scheduled refresh for Saturday and Sunday.

Now I through SSMS, I managed to connect via the endpoint of the workspace of my dataset and I get the following :

AmiraBedh_1-1717437550370.png

AmiraBedh_2-1717437590825.png

 

I don't understand why there is only one partition having rows knowing that the table has data from 2021 until today

and even if I proceed with a full load on the partition it gets data only for May 2024


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696
7 REPLIES 7
lbendlin
Super User
Super User

The # Rows information in SSMS is notoriously unreliable.  Use DAX Studio instead to check how many actual rows are in each partition. 

 

Note: specifying 31 days will result in a maximum of 61 day partitions. You may not want that. Instead, use 1 Month.

Can you please clarify this part ? :

Note: specifying 31 days will result in a maximum of 61 day partitions. You may not want that. Instead, use 1 Month.

 

Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

When you say "31" days but you are in the last days of August (say, August 30) then "31 days"  will also include July 31, which will automatically include ALL days in July - hence 61 partitions.  Day partitions are only aggregrated into monthly partitions once they are no longer part of the refresh window.

 

Switching from "31 days"  to "1 month"  will reduce the number of partitions from 61 to 2 (ignoring the cold partitions for now)

 

How many rows are in each of the daily partitions?

I have data coming each 2nd business day for each month with the transaction date having the same value (as the 2nd business day) about 1000000 rows.

So what do you think ?


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

As long as the monthly partitions refresh in well  under 5 hours that is ok.

Can you explain more how we can get 61 partitions? As I can't get anything to help me understand it in the documentation.


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.