Forum Discussion
USERELATIONSHIP with TEXT
Hi Ashish,
No, it didn't work and not able to display what I need.
This formula only works at modelling level, but not at visual level.
In addition, if I pull this new measure into the tooltip of MapBox, the tooltip still limits to the aggregate functions only (first / last / count distinct /count).
Best regards,
Emily
So 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?
- Anonymous7 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]))