Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I was trying to add relationship of two tables.
1. d_date[date] with unique date value I create from 2012 to 2019 April
2. f_calls[call_date] with a list of all the calls date
The realtionship to these two tables are one to many.
And I use a function to calculate all the calls made in a specific date range. The function are as below:
Solved! Go to Solution.
Hi there,
You're going to be better asking this question in the Desktop forum, as there's a lot of data modelling/DAX experts in there that typically don't frequent the Developer forum.
The first thing I personally check with a related column using dates, is the data type on each side of the join. Start with Power Query - both columns should be of type Date in the final step. Often, one of my table's columns is Text or Date/Time (particularly if it's been part of a transformation on the way through) whereas the other is Date, and this means the join may not always resolve.
If your types are okay, I'd suggest re-posting your question in the Desktop forum, or asking a moderator to move this one across.
Good luck!
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi there,
You're going to be better asking this question in the Desktop forum, as there's a lot of data modelling/DAX experts in there that typically don't frequent the Developer forum.
The first thing I personally check with a related column using dates, is the data type on each side of the join. Start with Power Query - both columns should be of type Date in the final step. Often, one of my table's columns is Text or Date/Time (particularly if it's been part of a transformation on the way through) whereas the other is Date, and this means the join may not always resolve.
If your types are okay, I'd suggest re-posting your question in the Desktop forum, or asking a moderator to move this one across.
Good luck!
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
User | Count |
---|---|
10 | |
4 | |
4 | |
3 | |
3 |