Forum Discussion
markblom
3 years agoFrequent Visitor
Combine data from hierarchy
Hi, Let's say I have these 3 tables: Article ArticleId ArticleCode ArticleSecondary PrimaryArticleId SecondaryArticleId This table is the link between a Primary Article with zero, o...
amitchandak
3 years agoSuper User
markblom , this is creating loop. You should not join
Article.ArticleId -> ArticleSecunday.PrimaryArticleId
In case you want to filter the slicer of ArticleSecunday , you can try
How to filter the slicer of a disconnected table: https://youtu.be/cV5WfaQt6C8
markblom
3 years agoFrequent Visitor
Thanks for the reply! I will have a look at the youtube movies in your links.