Forum Discussion
Multi Select Slicer
- 8 years ago
Hi Selwynster,
Please try a measure like below.
Measure = VAR actualAmount = CALCULATE ( DISTINCTCOUNT ( Table1[Value] ), ALLSELECTED ( Table1[Value] ) ) VAR selectedValues = CALCULATE ( DISTINCTCOUNT ( Table1[Value] ), ALLSELECTED ( Table1[Value] ), ALL ( Table1[Attribute] ) ) RETURN IF ( actualAmount = selectedValues, 1, 0 )Best Regards,
Dale
Using 3 slicers does not work because when i select 1 option in the first slicer, it limits the other slicers immediately.
The data i have is basically what is seen in the first table (on the left of the image.)
Sorry, i am new here, so i not sure how to send the entire dataset.
The end result i need would look like:
1/2/2016 2
1/2/2016 6
1/2/2016 9
(if that date has all the Values)
I am not interested in dates that only have one of the 3 Values.
Perhaps if you don't enable interactions between the 3 slicers it will work
On this guide you will find how to send sample of data
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Copy and paste your table from the data table here so that I can copy them right into my pbi desktop