Forum Discussion
Relationship problem comparing data with a bridge/structure
- Anonymous4 years ago
I find a solution with DAX, the measure bellow ensures that the values dosent repeat with N:N relationship in the rows of my matrix:Measure_Value_DATA_2 = IF(not ISFILTERED(DATA_1[Company]),SUM(DATA_2[Value]))
Hi Anonymous
what are Value_A and Value_B? Can you clarify further the expected Result?
Values in that example can be price.
This is the result that i expect:
- tamerj14 years ago
Community Champion
Anonymous
The column must exist the table even if it was blank. Even if the column exists you still need to have have a common filter table which can be easily created in Powerbi
- Anonymous4 years agoNot applicable
What you are trying to say with a common filter, is that just visual filter "company"?
I just test right know the same sample with all of them with the same collumns and the problem persist:- tamerj14 years ago
Community Champion
Anonymous
I mean local table that contains all unique cars and other one that contains all unique companies. Build the relationships with the two company columns and the two car columns using the these tables thes use them in the visual