Forum Discussion
values duplicated in a join
Hello elliee ,
Try making a seperate table that has the categories only, make a relationship between it and each of the two tables throught the category field.
Then use this field in the new table to show to show the data in the visuals.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi Idrissshatila , I'm using more than just category in the relationship.
For example:
| Category | Sub Category | Customer | Revenue | Target | Period |
| Shopping | A | Alice | 100 | 2000 | 2022Q4 |
| Travel | B | Ben | 200 | 3000 | 2022Q4 |
| Dining | A | Charlotte | 300 | 4000 | 2022Q4 |
I'm creating the relationship based on a concatenated field that joins Period, Category, Sub Category and Customer together. I will need the flexibility to report the performance at the different levels.
The option to add as new query is not available when i select all the dimensions used in the relationship. how can i achieve this report please?