Forum Discussion
Power bi report filter
Hi Mahizee ,
Power BI relationships won’t work directly on comma-separated lists. Relationships expect clean, atomic (single) values per row. But don’t worry, here’s how you can handle both cases. This is the simple case.
-
In the model, relate:
-
A[ID] → B[ID]
-
A[ID] → C[ID]
-
-
Set both relationships to bidirectional filtering
Now, filtering Table A will flow through to B and C, and this will work in both Power BI Desktop and Report Builder.
Go to Power Query Editor. Select the ID column in Table A. Use “Split Column by Delimiter” → “Split into Rows”. This turns each ID into its own row , now relationships will work
If you don’t want to split Table A directly, you can create a Bridge table like this:
-
One column with all unique individual IDs (e.g. "Abc-123", "Abc-145")
-
Link this Bridge table to:
-
Table A (after splitting or flattening)
-
Table B
-
Table C
-
This allows filter propagation without creating circular relationships. If needed, you can also pass the selected ID(s) from Table A as a parameter to filter Table C. This method works great in paginated reports when slicer-based filtering isn’t enough.
- Mahizee1 year agoRegular Visitor
Hi rohit1991 thank you for your message. I run in to an issue in power bi desktop. The issue was when table A filter B i will like to see C filtered by B for example The ID in table A is (Abc) and table B have (Abc-123) and C have (Abc-123-efg). And if table C have multiple values (Abc-123-efg), (Abc-123-HIJ) table B needs to show all table C under (Abc-123) but the problem am facing is when i see table B under (Abc-123) i see all values for table C that doesn't connect with (Abc-123) like (Abc-123-efg),(Abc-145-dod) please let me know if this making sance if not i will provide details information.
- v-saisrao-msft1 year ago
Community Support
Hi Mahizee,
We haven’t heard back from you regarding your issue. If it has been resolved, please mark the helpful response as the solution and give a ‘Kudos’ to assist others. If you still need support, let us know.
Thank you.