Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.
User | Count |
---|---|
47 | |
31 | |
28 | |
27 | |
26 |
User | Count |
---|---|
56 | |
55 | |
36 | |
33 | |
28 |