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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Felipeandres
New Member

Error incremental refresh

Hello,

We have a query from SAP BW that brings some information. The same document, with the same configuration, was published twice: once before the latest Power BI upgrade and once after the Power BI upgrade. The version published before the Power BI upgrade supports incremental upgrade, while the one published after the Power BI upgrade does not.

We have a date field that is converted to DateTime format and filtered as shown below.

 

= Table.TransformColumnTypes(#"Added Custom",{{"Personalizado", type datetime}})

= Table.SelectRows(#"Changed Type", each [Personalizado] > RangeStart and [Personalizado] <= RangeEnd)

Felipeandres_0-1717171318515.pngFelipeandres_1-1717171329471.png

 

Is any additional configuration required?

Thank you.

1 REPLY 1
lbendlin
Super User
Super User

ok, what is the error message?

 

Note: usually RangeStart is inclusive and RangeEnd is exclusive, but your setup should work too.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors