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
mstone3
Helper II
Helper II

Problem with Inactive Relationship

Hello, I am working with records/rows that have two different dates, open date and close date.  I want to show the counts of open and closed dates by month on a single table.  Therefore, I created relationships with the open and closed dates to a date table.  The open date has an active relationship with the date table and the closed date has an inactive relationship with the date table.  The open date counts are displayed by month as expected, using the month from the date table in the matrix column and the formula =COUNT('Table'[Open Date]).  However, the closed count is not displayed by month and instead the counts appear as having a blank month.  The formula for the closed date is:

=CALCULATE(COUNT('Table'[Close Date]),USERELATIONSHIP('Calendar'[Date],'Table[Close Date])).

 

The resulting table is: 

mstone3_0-1712842365438.png

The closed count is not linked to a month on the date table when the inactive relationship is called with USERELATIONSHIP.  The closed dates occur throughout January through April and should appear under those columns instead of the blank month column.

 

Thanks for your assistance

1 ACCEPTED SOLUTION

Thanks again for your reply - I figured out this issue was due to a data formatting error in the source data.  Thank you again.

View solution in original post

4 REPLIES 4
Greg_Deckler
Super User
Super User

@mstone3 Try:

=CALCULATE(COUNT('Table'[Close Date]),ALL('Table'), USERELATIONSHIP('Calendar'[Date],'Table'[Close Date])).

@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler thanks very much for this suggestion.  I tried it and got the result below.  It appears to have taken the total closed count and added it to each month.

mstone3_0-1712845427130.png

 

@mstone3 Any chance you can post some sample data and maybe an image of your data model?


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Thanks again for your reply - I figured out this issue was due to a data formatting error in the source data.  Thank you again.

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.