Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Issue with different relationship with tables

Dear all,

 

I have problem regrading relationships between tables and filters.

I have 3 tables Data Table, OneToOneCalendar Table, OneToManyCalendar Table.

Relationship between tables is as follows:Relationship.png

I have created following measures in my Data Table. 

OneToOneLast6th'smonthData = CALCULATE(SUM(Data[Data]),DATESINPERIOD(OneToOneCalendar[Date],EDATE(MAX(OneToOneCalendar[Date]),-5),5,MONTH))

 

OneToManyLast6th'smonthData = CALCULATE(SUM(Data[Data]),DATESINPERIOD(OneToManyCalendar[Date],EDATE(MAX(OneToManyCalendar[Date]),-5),5,MONTH))

 

I have created following visuals using above measures.OneToMany.png

 

OneToOne.png

Can anyone please explain me why I am getting 2 different results for same data using different relationships?   

Pbix File :Relationship_Issue.pbix

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

Hi@ say-t

First ,when you create relationship for two table, you need to pay attention to Cross filter direction.

For example, if Cross filter direction is single then formula “MAX(OneToManyCalendar[Date])”  in your measure will be a fixed value.

Second, DATESINPERIOD function is Time Intelligence Functions,  you should not drag filed monthYear into Axis. You should drag filed in table OneToOneCalendar/ OneToManyCalendar.

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

Hi@ say-t

First ,when you create relationship for two table, you need to pay attention to Cross filter direction.

For example, if Cross filter direction is single then formula “MAX(OneToManyCalendar[Date])”  in your measure will be a fixed value.

Second, DATESINPERIOD function is Time Intelligence Functions,  you should not drag filed monthYear into Axis. You should drag filed in table OneToOneCalendar/ OneToManyCalendar.

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.