Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Green_Cloud
Helper I
Helper I

DAX for filtering data by both dates and primary key

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:

 

 

 

2 REPLIES 2
tamerj1
Super User
Super User

Hi @Green_Cloud 
What is the smaple input data for this sample expected output?

Hello @tamerj1 , it's no longer needed as the requirement has changed. Appreciate your response!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.