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 agoThank you for your reply. It is only the case that the ID 1 and 4 have the same Name. I thinking about to filter the visual via a measure. My ideas was to calculated for the ID in the Dim Table the countrows of the fact table and use the measure in "Filters" (greater than 0). But I was not able to write the code for it.
johnt75
Super User
3 years agoNot sure if it will work as a filter in the way that you want but the measure would be
Num facts = COUNTROWS('Fact')