Forum Discussion
Grizman
Helper I
9 years agoFields
I have two table: which reveal GrossTurnever=Q-ty*ProductPrice for every year and Margin=GrossTurnever2-GrossTurnever1
- 8 years ago
First picture below shows bi-directional relationship between tables.
Second picture shows measure for year 2016.
Hope help you.
Best regards,
Grizman
Helper I
9 years agoIf I transform both columns year and its values in 2 columns I will get many to many relationship because id_product in first and second table will repeat
Thyago_Rezende
Resolver I
9 years agoYou will can use Treatas pattern. It provides virtual relationship between tables.
Try do this:
http://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/
- Grizman9 years ago
Helper I
Can you reveal in my example?