Forum Discussion
DAX Fill Up - limit
VanessaCain the parameter you are passing Date.From(DateTime.LocalNow()) , subtract one day from this using Date.AddDays function, read here about this function.
Hi, thank you so much for responding!
But will that mean that if e.g. the data is updated at 6:30pm today, it won't appear in my report until tomorrow?
Delivering the updated data as soon as it's updated at the source is much more important that back-filling the old dates for the purpose of the tool.
Thanks again for your help!
- parry2k7 years ago
Super User
VanessaCain assuming going forward there is no missing data and doesn't require backfill, correct?
- VanessaCain7 years agoRegular Visitor
Thanks again parry2k
Correct - the missing data is just a historic problem.
So moving forwards we don't need any fill ups. However, we do need the data be updated as soon as it's updated at the source, rather than the following day....