Forum Discussion
manoj_0911
1 year agoKudo Commander
Why does CALENDAR function throw 'start or end date cannot be blank' only in Power BI Desktop with I
Why does CALENDAR function throw 'start or end date cannot be blank' only in Power BI Desktop with Incremental Refresh? Hello Power BI Community, I'm implementing Incremental Refresh for my repo...
- 1 year ago
1. Always use UTC. Always. If you want, use COALESCE to substitute for BLANK()
2. see 1
3. see 1
Note that Power BI has no idea what a timezone is. It's up to the Power BI service to negotiate that with the user's browser.
lbendlin
1 year agoSuper User
1. Always use UTC. Always. If you want, use COALESCE to substitute for BLANK()
2. see 1
3. see 1
Note that Power BI has no idea what a timezone is. It's up to the Power BI service to negotiate that with the user's browser.