Forum Discussion
evolution in column
Hi hyugo_v ,
For the FILTER condition, you can create like DAX below, then you can select the table of "net start " and " finish date ".
FILTER(ALLSELECTED('Table_Wavegraph'),'Table_Wavegraph'[NET START]<=MAX('DateKey'[Date])&&'Table_Wavegraph'[FINISH DATE]>=MIN('DateKey'[Date]))
Could you please clarify or show your desired output, such as in which visual ,which field on X axis, which field on Y axis?
Best Regards,
Amy
Hi v-xicai ,
the formula you said is right ! i didn't type it correctly, i have indeed a visualisation which is closer to what i want,
to answer the question you asked, i want in the X axis the evolution in time (1/Apr/19, 8/Apr/19 etc...) and in the Y axis the sum of ETC of the projects as we see just above the dates in yellow (3123, 2835 etc...)
Which normally leads to a visualisation like as follow, your formula looks really correct but i don't find the good value yet, however it's getting closer :) sum of ETC (Y axis) through the time (X axis)