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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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 Kudoed Authors