Forum Discussion
Gantt Chart 2.2.3 Visual Layout
I am attaching a sample of what my Gantt chart looks like now and need help with changing a few things as follows:
1. How can I get the timeline up top to JUST show the hour and not the number in parenthesis which I believe is the number of tasks occuring each day...
2. How can I make this widget full screen with NO scroll bars?
3. How can I generate the dotted line down the middle of the current time within the project?
11 Replies
- AnonymousNot applicable
Hi cmboudreaux ,
- Try to set duration unit and date type.
2. The view is large enough to have no scroll bars.
3. I have found a similar post, please prefer to it to see if it helps you.
Solved: gantt chart in powerBI - Microsoft Power BI Community
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- cmboudreauxNew Member
for #2 you say the view is large enough - for me it is not even with the clip i posted you can see the scroll bars on the right and bottom. I want to expand the canvas far enough so that it doesnt have any bars. If i "pop-out' the report it comes full screen - but i dont see a way to embed it like that or display it to a web report like that. I assume there has to be a way to make it so there are no scroll bars. I have already drug the window expansion arrows as far as i could till it glows red on the edge.
- cmboudreauxNew Member
for #1 - if you look at the screenshot I have the duration set to horus and the type set to hour - its no displaying in hours thats the issue - it is the little (9) and (10) - numbers in parenthesis next to it i want gone so it ONLY displays the hour
- cmboudreauxNew Member
for #2 - i have attached a new screenshot from PowerBI Desktop - you can see here i have it maxed out as much as it will let me but i want to know if there is anyway to make the canvas larger so i can make the visualization larger.
I think of it kind of like a Photoshop deal where the canvas i can make larger so then the overall work of art can be larger
- AnonymousNot applicable
Hi cmboudreaux ,
JUST show the hour
- There is no Hour type for current version of Gantt visual. Please vote this idea here to make it possible in future version.
- I found a visual in AppSource called as Timeline that allows you to create a Gnatt chart with hours/mins.
- Solved: 24 hour based gantt - Microsoft Power BI Community
make this widget full screen with NO scroll bars
- only option is to either reduce the column size and padding, or increase the size of the report canvas.
-
try pagination like
https://www.fourmoo.com/2017/10/31/power-bi-how-to-do-pagination-in-power-bi-reports/
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- cmboudreauxNew Member
there IS an Hour type for the current Gantt - one of the posters below captured a screenshot of it and I have hours clearly displayed in my screenshot. The issue is the number in parenthesis after the hour which i now know is the Date - so wondering if there is a way to show just the hour and not the date in parenthesis>
- AnonymousNot applicable
Hi cmboudreaux ,
I think I understand what you mean. If you open this link and notice the solution, it may help you.
- 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
It is by design to show HH:MM:SS. You can also create a visual by yourself or vote here.
Visual need: day to day comparison of event time duration in hours/minutes
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Unrelated comment, how did you get two colors (blue and red) on your gantt 2.2.3 chart? I am trying to make it a different color if it is late. Thx.
- AnonymousNot applicable
Use Status or categorical column or measure in Legend.
- rthurbonNew Member
Hi there, how did you get the lines down the middle of the gantt chart i need them to differentiate stages in the project
- AnonymousNot applicable
To get the line on the current date, go to format visual, general, and click the Scroll to Current.