Forum Discussion
andhiii079845
Solution Sage
3 years agoShow right value from Dim Table
Hello, i have the following problem. I have one dim and one fact Table. The dim table: The fact table In the report i want to show the Name with the right title. In the m...
- 3 years ago
Hi andhiii079845
Please tryTitle = MAXX ( Fact, RELATED ( Dim[Title] ) )
andhiii079845
Solution Sage
3 years agoIt works fine in the matrix visual but not as a tooltip. I use now a workaround. I show the personal number & Title togehter in the real report via a calculated column. Thank you for your help!