
I am creating a Gantt chart for product development schedule. I am facing issue while filtering Gantt chart based on product and its development stages. Below are my filters based on product & its development stages.
Developments stages & Product name are in nested Galleries. Data source is Sharepoint list (Activity List_MMT).
Items property of development stage gallery is :
Distinct(Filter('Activity List_MMT','Model Name'=Checkmodel.Text),'Development stage')
Items property of product name gallery is:
Distinct('Activity List_MMT','Model Name')
My Requirement: my requirement is to filter Gannt chart schedule based on above filtering conditions. I should be able to view schedule on Gantt chart upon selecting product & development stage wise.
My background is not coding, request your kind support. Thank you so much in advance.
You can try using the following helpful articles:
https://www.c-sharpcorner.com/article/ganttchart-using-microsoft-powerapps/
Cheers!