Forum Discussion
DAX Filters
- Anonymous5 years ago
Hi awhite2589 ,
I created a sample pbix file(see attachment), please check whether that is what you want.
Best Regards
Hi awhite2589 ,
I created a sample pbix file(see attachment), please check whether that is what you want.
Best Regards
Could you briefly explain why you used the "In Allselected" Operator in line 8 of the Flag Meaure. From my understanding, the original ALLSelect operator removes all filters for the designated table. In this case, it would be for the "Table", not the "Material Table". Can you explain this? Thank you for your help.
- Anonymous5 years agoNot applicable
Hi awhite2589 ,
As you can check my sample pbix file, I created a slicer used the field from dimension table Material. I get all of selected matrials from slicer selections by useing "in allselected(Material[Material description])". You can watch the following video to get better understanding about how to get multiple selections from slicer.
Get selected or multiple values from slicers using DAX
Best Regards