Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Need to generate a aging report based on the duration between stage to stage(stage value is like unactioned, call scheduled, meeting scheduled,closed).
| id | leadid | created date | old vale | new value | field | unactioned duration | call scheduled duration | meeting scheduled duration | closed duration |
| 1a | 2a | 01-Jan-22 | unactioned | stage | |||||
| 1b | 2a | 08-Feb-22 | 1 | 2 | priority | ||||
| 1c | 2a | 18-Mar-22 | unactioned | call scheduled | stage | 76 | |||
| 1d | 2a | 25-Apr-22 | call scheduled | meeting scheduled | stage | 38 | |||
| 1e | 2a | 02-Jun-22 | meeting scheduled | closed | stage | 38 | 152 |
Calculations reuired.
| unactioned duration | call scheduled duration | meeting scheduled duration | closed duration |
| created date(minimum created date)- created date value(if field=stage & New Value=Call scheduled) | created date(if field=stage & old value=call scheduled) - created date(field=stage & new value=call scheduled) | created date(if field=stage & old value=meeting scheduled) - created date(field=stage & new value=meeting scheduled) | created date(if field=stage &new value=closed)- created date(minimum created date) |
@BGB, i dont see any option to attach the file, can you guide me how can i attach the sample file
Please find the sample file in above link.
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.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |