Forum Discussion
Schedule duration analysis
Hi Anonymous ,
According to your description, my understanding is that you want to mark the items which are different between versions in the visual, actually, many visual can do that, it depends on your requirement.
We can use a matrix to display it:
Assume that we have two tables like below:
version2version1
Then we can create two measure to judge if the data is different:
Measure = IF(MIN(version1[Finish])<>MIN(version2[Finish]),1,0) Measure 2 = IF(MIN(version1[Start]) <> MIN(version2[Start]),1,0)
The we can drag the data fields to matrix, then set the conditional formatting for the matrix visual:
The result will like below:
Best Regards,
Teige
- Anonymous7 years agoNot applicable
thanks very much. could you please share the file that you created?
Also, Is there any way to use this visulization to do same activity that you did?
thanks,
- TeigeGao7 years agoSolution Sage
Hi Anonymous ,
Could you please tell us what's the visual do you want?
Best Regards,
Teige