Forum Discussion
Anonymous
7 years agoNot applicable
USERELATIONSHIP with TEXT
Hi, I would like to retrieve a text with the CALCULATE ( xxx, USERELATIONSHIP (xxx) ) formula. I understand that USERELATIONSHIP must be used inside a CALCULATE function, but what I want to retr...
Ashish_Mathur
Super User
7 years agoHi,
Does this work?
=CALCULATE(VALUES('Master Table'[PolCountryName]),USERELATIONSHIP('Child Table'[PolCountryName],'Master Table'[PolCountryName]))
DavidUK0
3 years agoFrequent Visitor
Hi Ashish, this solved my problem similar to OP's thank you
- Ashish_Mathur3 years ago
Super User
You are welcome.