Forum Discussion
Filters - Relevant Data Only?
- Anonymous4 years ago
Hi hgromek ,
I created some data:
Data Table:
Fact Table:
Here are the steps you can follow:
1. Create measure.
Measure = IF( MAX('Data Table'[ColorID]) in SELECTCOLUMNS('Data Table',"colorid",'Data Table'[ColorID]),1,0)2. Place the measure in Filters, set is =1, apply filter.
3. Result:
Only display the content in the Data Table.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
hgromek , Create a measure like this and use that in visual level filter of you filter pane and check for non blank value
Measure = countrows(Data) + countrows(Fact)
measure <> blank in visual level filter of color
This will make filter dependent of values of both tables
Maybe I misunderstood the suggestion because it doesn't limit the filters. I also have the filters on either filter on-page or filters on all pages