Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello,
I would like to see the INQUIRY COUNT and APPLICATION COUNT in a table which will be organized by weeks and also the APPLICATION COUNT will be the subset of INQUIRY COUNT (same people who inquired and applied). The primary key in INQUIRY table is INQUIRY_EMAILID field which stays as foreign key in Application table by APPLICATION_EMAILID.
the formula for INQUIRY COUNT and APPLICATION COUNT is as follows:
INQUIRY COUNT=COUNT(INQUIRY_INQUIRYDATE)
APPLICATION COUNT=COUNT(APPLICATION_APPLYDATE)
Here's a snapshot of current data model which limits data by email id irrespective of same week for both inquiry and application date. I need to see how many people who inquired on a certain week comes back in the same week for application (people who applied need to be the subset of people who inquired as well)
A sample expected output format is as follows:
Hello @tamerj1 , it's no longer needed as the requirement has changed. Appreciate your response!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
21 | |
21 | |
19 | |
13 | |
12 |
User | Count |
---|---|
41 | |
29 | |
23 | |
22 | |
22 |