Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
shaunguyver
Helper III
Helper III

Load GANTT chart with timeframe filtered

I have a GANTT chart that, when loaded, I would like to start on today rather than show the full range of items in there. Is this possible?

3 ACCEPTED SOLUTIONS
v-yuezhe-msft
Employee
Employee

@shaunguyver,

You can create a columns in your table to check the startdate, then drag the column to visual level filters, for more details, please take a look at the following example.

checkdate = IF(Table[Start Date]>=TODAY(),1,0)
1.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Thanks Lydia,

 

I'm a little confused, which table is this calc referring to? I don't have any tables in my report, just a GANTT chart.

 

Also, what is 'checkdate' - is it a calcluation that you've created then dragged to visual level filters in the GANTT chart?

View solution in original post


 

I'm a little confused, which table is this calc referring to? I don't have any tables in my report, just a GANTT chart.

 


@shaunguyver,

What fields do you use  to create the GANTT chart, replace the table name and field name in the above DAX with your owns.

 

"Also, what is 'checkdate' - is it a calcluation that you've created then dragged to visual level filters in the GANTT chart?"


Yes. I create a calculated column.

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yuezhe-msft
Employee
Employee

@shaunguyver,

You can create a columns in your table to check the startdate, then drag the column to visual level filters, for more details, please take a look at the following example.

checkdate = IF(Table[Start Date]>=TODAY(),1,0)
1.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks Lydia,

 

I'm a little confused, which table is this calc referring to? I don't have any tables in my report, just a GANTT chart.

 

Also, what is 'checkdate' - is it a calcluation that you've created then dragged to visual level filters in the GANTT chart?


 

I'm a little confused, which table is this calc referring to? I don't have any tables in my report, just a GANTT chart.

 


@shaunguyver,

What fields do you use  to create the GANTT chart, replace the table name and field name in the above DAX with your owns.

 

"Also, what is 'checkdate' - is it a calcluation that you've created then dragged to visual level filters in the GANTT chart?"


Yes. I create a calculated column.

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.