Forum Discussion
saanah2019
6 years agoHelper II
get the months from 2 dates
Have Name Start End Points Sam...
- Anonymous6 years ago
The Calendar function will only create a table with all days- it's made that way so it works with Power Bi's built-in time intelligence functions. If you want to avoid this, you'd have to create your own table. The easiest way is probably just to create an excel book with a row for each month with "Datetime , MonthNumber , MonthName" and import the data from there. Do keep in mind that the datetime object does need to include a day, probably the first of the month, so that Power Bi recognizes it as a datetime.
saanah2019
6 years agoHelper II
I have a startdate and EndDate and points.
I want to create basically a time table of the people and their projects over the course of the year.
How can I achieve this? Thank you.
How can I achieve this? Thank you.