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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Namirza
Frequent Visitor

USERELATIONSHIP function can only use the two columns references participating in relationship.

in this tutorial, Create-reports/desktop-dimensional-model-report ,on creating new measure 

  1. Sales Amount by Due Date = CALCULATE(SUM(Sales[Sales Amount]), USERELATIONSHIP(Sales[DueDateKey],'Date'[DateKey]))
  2. get the error    USERELATIONSHIP function can only use the two columns references participating in relationship.
  3. highly appreciate solution to
3 REPLIES 3
davehus
Memorable Member
Memorable Member

Hi @Namirza , Have you created an inactive relationship between the two tables in question?

 

D

Did I help you today? Please accept my solution and hit the Kudos button.

yes inactive relationship is created.

Hi @Namirza ,

 

Can you reverse the lookup. DateKey>SalesDueDateKey

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors