Forum Discussion
Brad_Roberts
3 years agoFrequent Visitor
Row Total Incorrect with USERELATIONSHIP
I'm working with a simple data set but i'm having issues calculating Owed (Sales due date - Sales by pay date). Sales by pay date is a measure (CALCULATE([Sales due date],USERELATIONSHIP('Date'[Date],'Sales Order'[Pay Date])).
Few options i've tried:
Hi Brad_Roberts
[Owed] need to be created as a measure not a calculated column
2 Replies
- tamerj1Community Champion
Hi Brad_Roberts
[Owed] need to be created as a measure not a calculated column
- Brad_RobertsFrequent Visitor
Thanks tamerj1, I thought I created it as a measure....but guess not.