Forum Discussion
Tables Relationships Duplicate values in table visualization
- Anonymous6 years ago
Hello v-eachen-msft
I try this but it doesn't work. :/
I try to change the relationship between tables and my problem was partially resolved. The registers don't repeat anymore but the numbers are different comparing individuals values against values of table. Prints down bellow:
Same date and client but the numbers are different.
I updated the new file onthe same link to use as a sample.
I appreciate any help!
Hi Anonymous ,
You could edit the [StartYear] and [EndYear] like the following DAX:
StartYear = CALCULATE ( MIN ( Data[DataCompleta] ), ALLSELECTED ( Data[DataCompleta] ) )
EndYear = CALCULATE ( MAX ( Data[DataCompleta] ), ALLSELECTED ( Data[DataCompleta] ) )
- Anonymous6 years agoNot applicable
Hello v-eachen-msft
I try this but it doesn't work. :/
I try to change the relationship between tables and my problem was partially resolved. The registers don't repeat anymore but the numbers are different comparing individuals values against values of table. Prints down bellow:
Same date and client but the numbers are different.
I updated the new file onthe same link to use as a sample.
I appreciate any help!