You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can only input start date of the event and the actual event. I would like to also show in the calendar the start of the event and the end of it and block that date by color.
Proposed solution
This will provide users a visual on the start-end of events/projects
Additional context
No response
The text was updated successfully, but these errors were encountered:
I think we don't have the notion of a "range" yet, the calendar shows data related to single point in time. One technique could be that of generating the state of the event for all the dates, something you can achieve with a DAX measure that show the same value along the entire duration of the event.
You can find several examples of that DAX code in this pattern: https://www.daxpatterns.com/events-in-progress/
The feature request
Right now you can only input start date of the event and the actual event. I would like to also show in the calendar the start of the event and the end of it and block that date by color.
Proposed solution
This will provide users a visual on the start-end of events/projects
Additional context
No response
The text was updated successfully, but these errors were encountered: