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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
danielgajohnson
Helper II
Helper II

Data Being Miscounted Because Calendar Table is Getting Filtered

Hi All,

I have a calendar table connected to my projects table. Each project has multiple interviews so I have an interviews table connected to my projects table. We record about 10 times more interviews in a month than we do projects. There are dates when we record many new interviews but no new projects. When I create a table visualization for interviews by Calendar[Date] versus interviews by Interview[Date] the results are way off. How can I work around this?

Thanks,

Daniel

1 ACCEPTED SOLUTION
danielgajohnson
Helper II
Helper II

I believe I found the answer in the USERELATIONSHIP DAX function. I created an inactive relationship between the Interviews[Date] and the Calendar[Date] and made a separate measure that uses USERELATIONSHIP. The data matches my pivot table checks.

View solution in original post

3 REPLIES 3
danielgajohnson
Helper II
Helper II

I believe I found the answer in the USERELATIONSHIP DAX function. I created an inactive relationship between the Interviews[Date] and the Calendar[Date] and made a separate measure that uses USERELATIONSHIP. The data matches my pivot table checks.

Fowmy
Super User
Super User

@danielgajohnson 

To streamline the model, always make sure there a project for each interview. To do that, create a Dummy Project like in the Projects table and select it for interviews that have no projects.

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

We record projects and interviews in a Quickbase app where Projects is the parent table and Interviews is the child table. It's impossible to record an interview that isn't related to a project. All interviews are related to a project. That's the field that connects the Interviews table to the Projects table in Power BI. Spelled out, the problem is that if Project A is opened on Monday and Project B is opened on Friday then any interviews done for Project A between Tuesday and Thursday won't show up if I'm using the calendar table that's connected to the Projects table.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors