Forum Discussion
Want to show data from two tables
Hi AshDil ,
Another question. Whay is the high-level column here - Category or ID?
I am trying to understand why relationship is on ID column, why not on Category column.
Also if you want relationship on ID column, then have a bridge table with Distinct ID column values. No point in creating an additional bridge table if you still end-up with many-to-many relationship.
Thanks,
Pragati
Hi Pragati11 ,
High level column is Category. I am creating relationship based on ID because they are unique. But the problem in ending up in many:many relationship is some ID's are present in 2 or 3 categories (eg: 101 is present under Category A,B and D).
Please suggest me if any other way to do it.
Thanks,
AshDil.
- Pragati114 years ago
Super User
Hi AshDil ,
I think I mentioned the way in my previous response itself.
You will have to create a bridge table with distinct values of ID and then create a relationship with other 2 tables.
In your slicer on report page, use ID from this bridge table for filtering. It should work.
In case this doesn't work, then do share a sample pbix file by removing any sensitive data from the pbix file. You can do this by uploading it to Dropbox or you can use WeTransfer as well.
Thanks,
Pragati