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 agoSo you mean that you get the correct answer with my formula when you drag my formula to a Table visual, but not when you drag it to the tool tip section. Am i correct?
Anonymous
7 years agoNot applicable
Yes you are correct.
Any workaround solutions to fix this problem?
Thanks!
- Ashish_Mathur7 years ago
Super User
That is very strange. Sorry i do not know why that is happening.
- Anonymous3 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()