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
colourfullife
Post Partisan
Post Partisan

Schedule duration analysis

Hi

 

1) i have a plan dates of Start and Finish for my project activities.

2) i have 2 files. revision1 and 2.

3) want to compare how much these 2 files different.

4) which visualization would be pefect to analyze the data??

 

I have a report to see schedule duration using one of them.  Tool.PNG

but this visulation only put one date in Start date and finish date...?

 

any good idea?

thanks,

3 REPLIES 3
TeigeGao
Solution Sage
Solution Sage

Hi @colourfullife ,

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:

version2version2version1version1

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:

hU5O0wqYGQ.png

The result will like below:

PBIDesktop_5SH19l5SEx.png

Best Regards,

Teige

thanks very much. could you please share the file that you created?

Also, Is there any way to use this visulization Tool.PNG to do same activity that you did?

 

thanks,

Hi @colourfullife ,

Could you please tell us what's the visual do you want?

Best Regards,

Teige

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.