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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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?

 

 

 

 

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

v-cgao-msft
Community Support
Community Support

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors