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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Pandadev
Post Prodigy
Post Prodigy

Incremental refresh , when published and full refresh errros on visuals

I have just set up an incremental refresh in PowerBI desktop and when I published it everything was showing okay in the visuals.

But when i did the first refersh to bring in all of the data , the visuals no longer work. 

The query referenced column 'acrftreg'[MTOW Match] which depends on another column, relationship or measure that is not in a valid state.

I have 2 additional tables where I use 

Exemptions Table is a sharepoint excel workbook , which is not an incremental refresh

Exemp MTOW = LOOKUPVALUE('Exemp MTOW'[Reg Number],'Exemp MTOW'[Exemp Reg Op],acrftreg[Reg Reg Op])

History Table - which is the incremental refresh

FP Cert MTOW(lbs) = LOOKUPVALUE(History[CertifiedMTOW(lbs)],History[RegistrationNumber],acrftreg[Reg No.])
MTOW (lbs) = acrftreg[MTOW]/0.45359237
MTOW Diff = acrftreg[MTOW (lbs)]-acrftreg[FP Cert MTOW(lbs)]  - this is from a table acrftreg which is not an incremental refresh
MTOW Match = IF(acrftreg[MTOW Diff]=0||acrftreg[MTOW Diff]=1||acrftreg[MTOW Diff]=-1,"Yes","No")
 
Is there any reason why these dont work on incremental refresh of the history table.
1 REPLY 1
v-kelly-msft
Community Support
Community Support

Hi @Pandadev ,

 

How do you configure the incremental refresh in desktop?Can you take a screenshot without any confidential information inside?

Which connection mode are you using in desktop?

Have you checked about "query folding"?

Below is the reference:

https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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