Forum Discussion
How to filter... a filter without using bidirectional option
Dear all,
Just to explain the problem, I create a very easy model:
If I filter by costumers, Items filter don't change:
How can I link those filters? How can I filter items by costumers (also the other way around: filter costumers by items) without using the bidiretional filter option?
Here you are the pbix file:
file https://www.dropbox.com/s/zoqkqi93bl9fdtj/ToAvoidBDFilter.pbix?dl=0
thanks in advance
Paolo
paolomint
You can create a measure like below:SalesFilter = COUNTROWS(SALES)Then assign it to the visual filter of the slicer and set it to "Not is Blank"
2 Replies
- parry2kSuper User
paolomint without crossfilter you cannot do it except you have to create visual level filters for the slicers, this post will help Filter slicers without using bidirectional filters in Power BI - SQLBI
✨ Follow us on LinkedIn and to our YouTube channel
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.