Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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.
but this visulation only put one date in Start date and finish date...?
any good idea?
thanks,
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:
version2
version1
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
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,
Hi @Anonymous ,
Could you please tell us what's the visual do you want?
Best Regards,
Teige
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 34 | |
| 33 | |
| 30 |