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! Learn more

Reply
Anonymous
Not applicable

Measure w/ userelationship not showing values

Hello, 

 

I have a table with two different dates, request date and completion date. My calendar table has an active relationship to the compledtion date and inactive relationship to the request date.

 

I would like to create a chart comparing the number of jobs completed in a month vs number of jobs requested in a month.

To do so I created the below measures: 

 

Jobs By Comp Date: COUNTA(Data_Submitted[JOB ID]

Jobs By Req Date: CALCULATE( [Jobs by Comp Date], USERELATIONSHIP('Data_Submitted'[Request Date], 'Calendar'[Date]))

 

When I put the measures into a chart, no values appear for "Jobs By Req Date". Is there something wrong with my measure or relationship?

 

Thank you in advance! 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

I create a sample demo using your formulas and everything is working fine.

Capture.PNG

It's better to share your data model so that we could check the formula for you.

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

I create a sample demo using your formulas and everything is working fine.

Capture.PNG

It's better to share your data model so that we could check the formula for you.

 

Best Regards,

Jay

AllisonKennedy
Super User
Super User

@Anonymous  What Date are you using in the Chart? Make sure you're using the Date table Calendar[Date], but otherwise everything looks ok.


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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