Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I'm trying to create an incremental update, where the RangeEnd will be the current date, I've tried to create it as a query, but it doesn't work, it doesn't enable the option to activate the incremental update.
Any help?
RangeEnd = Date.From(DateTime.LocalNow())
= Table.SelectRows(#"Tipo Alterado", each [Date Inicio Viagem] >= RangeStart and [Date Inicio Viagem] <RangeEnd)
@CastroRibeiro , I usually follow the approach given in this document
https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 18 | |
| 17 | |
| 10 |
| User | Count |
|---|---|
| 53 | |
| 53 | |
| 40 | |
| 37 | |
| 32 |