Forum Discussion
Custom Filters for a Power BI data source
- Anonymous7 years ago
Hi roger_ha,
You can't direct filter unrelated table records. In my opinion, I'd like to suggest you write a measure to get selected item from slicer, then compare row contents with selected items.
After these steps, drag it to visual level filters to apply filter on correspond visual.
BTW, live connection will disable most of edit feature so you can't do filter on source data or create filtered calculated table.
Regards,
Xiaoxin Sheng
Hi roger_ha,
You can't direct filter unrelated table records. In my opinion, I'd like to suggest you write a measure to get selected item from slicer, then compare row contents with selected items.
After these steps, drag it to visual level filters to apply filter on correspond visual.
BTW, live connection will disable most of edit feature so you can't do filter on source data or create filtered calculated table.
Regards,
Xiaoxin Sheng
If we answered your question, please mark the post as solution, this will also help others.