Forum Discussion
learner03
Post Partisan
5 years agoToday's date not refreshing in Power Bi Service
I created a dashboard yesterday and published in Power BI serice. I scheduled refresh but when it refreshed today morning, the calendar table didn't refreshed and the measures where I was using "TODA...
- 5 years ago
Ok then the TODAY() in your formula is good. did you replace 1 by 2 or 3 or... in the M code?
let
Source = List.Dates(StartDate, Length+2, #duration(1, 0, 0, 0)),...
doing so, you should be good.
aj1973
Community Champion
5 years agoWell after you corrected the M Code, republish the report to the service and manually refresh it. The visuals should be corrected as well.