Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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)
Is any additional configuration required?
Thank you.
ok, what is the error message?
Note: usually RangeStart is inclusive and RangeEnd is exclusive, but your setup should work too.