Forum Discussion
Table over a table
Hi,
I have a following relationship where the customer table is related to ssummary (one to many) tables then summary table have a relation to the sale table (many to many)
and so when i do the following measure it gives me the incorrect result
can someone help me out, please
thanks
Can't you create a bridge table?
8 Replies
- PaulDBrownCommunity Champion
The wrong result may have to do with the fact that two tables have a many-to-many relationship
- abc_777Solution Specialist
yes, paul, and the database designer make this incorrect table relationship. there is no Key that I can join with the customer table direct to the sale table.
So I need a measure or DAX formula or solution that I can over calculate customer and sale table
thanks
- PaulDBrownCommunity Champion
Can't you create a bridge table?
- PaulDBrownCommunity Champion
If Customer ID and Customer Code are different fields you can't create a relationship (and you should delete the one you have in place).
As regards your other question, you can use CROSSFILTER to activate a many-to-one relationship
- abc_777Solution Specialist
thanks paul,
i have made the solution by merging columns in another way. but really great that you always touch on me and suggest me. thanks you again