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
amaleranda
Post Patron
Post Patron

One to many relationship with date table is not working as expected

Hi Gurus, 

 

I have a one to many relationship with a date(one) and Transaction(many) table. But strangly it seem to be not working. see below tabel both date should be the same where it returns diffrent days. data type of date column in the transaction tabel is date.

 

any clue what is happening. I am uisng June 2020 of PowerBI desktop. I am out of ideas please help.

 

FinancialTransDate Issue.PNG

2 REPLIES 2
amaleranda
Post Patron
Post Patron

I think I found the issue, but I do not know how to reslove it.

 

issue is whne I drag the below measure to the table. I dont thnk this Actual YTD measure calculating it wrong.

 

Actual YTD =
VAR FYEnd = "30/06"
RETURN
CALCULATE(
[Amount],
DATESYTD('Date'[Date],"30/6")

)
 
 
definition of Actual measure is as below, which works fine
 
Amount = CALCULATE(SUM(FINANCE_DETAILS[Amount]))
 

Hi @amaleranda ,

 

Could you paste the sample data you mentioned? So that we can understand your scenario better.

It is better to share sample pbix after mask any sensitive data.

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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