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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Kudoed Authors