Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have 3 tables that are linked together using bridge tables (as seen below).
What I am trying to do is to have columns in the DIM_Contact table being filtered by both the DIM_PractitionerClass (2 columns) and DIM_Licence columns (1 column). This works to an extent though it does not filter all the data in the way that I need to.
What is the best practise for this? Do I need to have another bridge table to link DIM_PractitionerClass and DIM_Licence?
Solved! Go to Solution.
Hi @Austen229022 - Common bridge table that connects these dimensions in a many-to-many relationship context.
If filtering isn't working as expected, you might need a common bridge table to link DIM_PractitionerClass and DIM_Licence to DIM_Contact. you ensure that your data model is optimized for filtering the Dim Contact table based on multiple dimensions. This approach leverages a common bridge table and ensures that relationships are correctly established and cross-filtering works as expected.
Ensure that cross-filtering is set to "Both" for these relationships to ensure proper filtering across the tables.
Try the above suggested changes and let's see.
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
Hi @Austen229022 - Common bridge table that connects these dimensions in a many-to-many relationship context.
If filtering isn't working as expected, you might need a common bridge table to link DIM_PractitionerClass and DIM_Licence to DIM_Contact. you ensure that your data model is optimized for filtering the Dim Contact table based on multiple dimensions. This approach leverages a common bridge table and ensures that relationships are correctly established and cross-filtering works as expected.
Ensure that cross-filtering is set to "Both" for these relationships to ensure proper filtering across the tables.
Try the above suggested changes and let's see.
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
Hi Rajendraongole1,
If I were to have the two standard bdige tables like I have now, and another joint bridge table wouldnt that cause cardinality issues?
| User | Count |
|---|---|
| 58 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 66 | |
| 42 | |
| 27 | |
| 25 |