Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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!
Solved! Go to Solution.
Hi @Anonymous ,
I create a sample demo using your formulas and everything is working fine.
It's better to share your data model so that we could check the formula for you.
Best Regards,
Jay
Hi @Anonymous ,
I create a sample demo using your formulas and everything is working fine.
It's better to share your data model so that we could check the formula for you.
Best Regards,
Jay
@Anonymous What Date are you using in the Chart? Make sure you're using the Date table Calendar[Date], but otherwise everything looks ok.
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.