The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.