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 agoThat is very strange. Sorry i do not know why that is happening.
Anonymous
3 years agoNot applicable
Hi I have a similar problem with using USERRELATIONSHIP with text columns. Trying to match online comments with locations, and tehre is already a connection with Date Table. So I use relationship dax to be able to use location slicer. Here is the Dax but it gives an error of multiple values was supllied where a single value was expected. Could you help me on that please, thanks
Comments Locations = CALCULATE(VALUES('Reviews'[Comment]),USERELATIONSHIP(Location[Storefront], 'Reviews'[Store]))
- Ashish_Mathur3 years ago
Super User
Hi,
Replace VALUES() with MAX()