Forum Discussion
Daniel564
10 months agoNew Member
Filtering Data challenge
Hello community! I have a challenge i can't solve alone. I have a database like you see on the picture, and i should create a filter button for the Location, which filters for all contracts from t...
- 10 months ago
use a measure as a visual filter.
lbendlin
Super User
10 months agouse a measure as a visual filter.
ArwaAldoud
Super User
10 months agoHi lbendlin
I actually tried a similar DAX approach, but the main difference is that you separated the Location into its own table that’s a smart move to simplify the filtering logic.
Thanks for sharing
- lbendlin10 months ago
Super User
This is a mandatory design, not a "smart move to simplify". The request can only be fulfilled with disconnected tables.
- ArwaAldoud10 months ago
Super User
I’m fully aware that a disconnected table is the typical design pattern — my approach was more of an experiment to validate if it could work directly within the main table.
It’s interesting how exploring such variations helps clarify why certain designs are “mandatory.”