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
PBI_Rookie
Helper I
Helper I

Published Model displays incorrectly

Hello, 

 

I have a pubished report that is displaying some odd behavior and I am unsure of where to start. 

 

The report works well initially and is being updated hourly using incremental refresh connected to the data source with a gateway. 

 

At a certain point the data displayed in the report appears to shift. Information displayed becomes a jumbled mess. Products displayed no longer match the values or timeframes selected etc. 

 

At this point I am republishing my dataset once a day to combat this. Where should I start my troubleshooting? 

 

Thank you

3 REPLIES 3
PBI_Rookie
Helper I
Helper I

Thank you Gao. I've verified that those are correctly set up. 

PBI_Rookie_0-1652803281895.png

My data source is already restricting the earliest date. Could that plus using a Range start be causing any issues?

 

 

 

 

Anonymous
Not applicable

Hi @PBI_Rookie ,

 

Can you tell me how long before the refresh date to start incrementally refreshing the data? 

vcgaomsft_1-1652955700098.png

If the earliest date set by the data source is within this date, the amount of data in the refresh partition will become less. If Detect data changes is checked, the data in the historical partition may be lost.
Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Docs

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Anonymous
Not applicable

Hi @PBI_Rookie ,


How did you define the incremental refresh policy? How are these two parameters set?
Important: Verify queries have an equal to (=) on either RangeStart or RangeEnd, but not both. If the equal to (=) exists on both parameters, a row could satisfy the conditions for two partitions, which could lead to duplicate data in the model. For example, could result in duplicate data.#"Filtered Rows" = Table.SelectRows(dbo_Fact, each [OrderDate] >= RangeStart and [OrderDate] <= RangeEnd)

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

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.

Top Solution Authors
Top Kudoed Authors