Forum Discussion
24 hour based gantt
- Anonymous9 years ago
Thanks for your quick answer,
As there is no visual for hour based gantt, I created matrix with additional columns for hour based status. Formula example is 08 = IF(AND(HOUR(SCHEDUAL_TBL[START])<=8;HOUR(SCHEDUAL_TBL[CLOSE])>8);1;BLANK())
It would be interesting if Measure could be created with hours column headers, and having same result as one using new columns, and we can always use R solution http://community.powerbi.com/t5/R-Script-Showcase/Schedule-view/m-p/69026/thread-id/43
Anonymous
There is no Hour type for current version of Gantt visual. Please vote this idea here to make it possible in future version.
Best Regards,
Herbert
- Anonymous9 years agoNot applicable
Thanks for your quick answer,
As there is no visual for hour based gantt, I created matrix with additional columns for hour based status. Formula example is 08 = IF(AND(HOUR(SCHEDUAL_TBL[START])<=8;HOUR(SCHEDUAL_TBL[CLOSE])>8);1;BLANK())
It would be interesting if Measure could be created with hours column headers, and having same result as one using new columns, and we can always use R solution http://community.powerbi.com/t5/R-Script-Showcase/Schedule-view/m-p/69026/thread-id/43
- v-haibl-msft9 years ago
Microsoft Employee
Creating matrix seems to be a good alternative. :smileyhappy:
Best Regards,
Herbert