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

USERELATIONSHIP problem with appended Query

I have items created and closed each month. This was working for years and then we appended data from a new source. Since appending the query, this measure is no longer working. My current relationship from the appended source to my date table is as follows. The relationship uses the creation date. My measure uses the USERELATIONSHIP function to get the number of closed items.

     

datadad84_0-1623086710654.png

It's properly calculating the created per month. However, my measure is not correctly picking up items closed from the new data source.

 

Here's my measure to get the closed items per month.

 

 

 

Count Closed Actions := 
CALCULATE(COUNTROWS('EQMS Appended'),
    'EQMS Appended'[Date Closed],
    USERELATIONSHIP('EQMS Appended'[Date Closed],'Date Table'[Date])
    )

 

 

 

1 ACCEPTED SOLUTION

Just to discard possible issues, is the date closed field in the appended table formatted as date type (it must be the same type as the date field in the Date Table)?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Thank you Paul. Sadly, my issue remains.

Just to discard possible issues, is the date closed field in the appended table formatted as date type (it must be the same type as the date field in the Date Table)?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

Thank you Paul! My appended query was using DateTime! Once I updated it to date, it was working properly! Thank you so much!

PaulDBrown
Community Champion
Community Champion

Try:
Count closed actions =
CALCULATE(COUNTROWS (EQMS Appended), USERELATIONSHIP(EQMS Appended [Date Closed],  Date Table [Date]))





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






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.