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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a clean report with 1 sql import table. Which has 1 calculated column which is 1 on 1 based on a date-column + 15 years:
// replacement_date ='sql_replacements'[commencement_date] + (15*365.25)
The formats for al the date columns is date -> shortdate dd/mm/yyyy
The relationship is active. When I create a report based on count ID (data) and for the row a dim-date parameter. Result is that the count is down but date is not populated...
What am I doing wrong? I can't figure it out...
Solved! Go to Solution.
It sounds like there might be an issue with how the relationship is being set up or how the calculated column is being interpreted. Let's go through a detailed step-by-step approach to troubleshoot and resolve this issue.
Verify Data Types:
Check the Calculated Column:
Inspect the Relationship:
Verify Date Formats:
Check for Matching Dates:
Test the Relationship:
Create a Measure for Count:
Create Calculated Column:
Verify Relationship:
Create Measure:
Create a Visual:
By following these steps, you should be able to diagnose and resolve the issue with the one-to-many relationship not working correctly in your Power BI report.
It sounds like there might be an issue with how the relationship is being set up or how the calculated column is being interpreted. Let's go through a detailed step-by-step approach to troubleshoot and resolve this issue.
Verify Data Types:
Check the Calculated Column:
Inspect the Relationship:
Verify Date Formats:
Check for Matching Dates:
Test the Relationship:
Create a Measure for Count:
Create Calculated Column:
Verify Relationship:
Create Measure:
Create a Visual:
By following these steps, you should be able to diagnose and resolve the issue with the one-to-many relationship not working correctly in your Power BI report.
Perfect, thanks! It was not about the data-type but the exact value of the calculated column.
the function EDATE did the trick.
//////
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.