The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.