Forum Discussion
Anonymous
4 years agoNot applicable
DAX query
I need help with DAX. So I have tow tables namely Batch and Sentiment. As you can see Batch Table has a company name and one comapny can have multiple assets. Similary in Sentiment table, on...
- 4 years ago
You basically just need to create a realetionship based on asset column, but I will pm you anyway
- 4 years ago
Anonymous my pleasure.
Make sure that all of the assets are in both tables otherwise you will lose information as in m:m cardinality the blank row concept is not applicable.
Anonymous
4 years agoNot applicable
Thank You very much, It comes as a many to many relationship but seems that is the easy way to get this done.
Thanks again
SpartaBI
4 years agoCommunity Champion
Anonymous my pleasure.
Make sure that all of the assets are in both tables otherwise you will lose information as in m:m cardinality the blank row concept is not applicable.