HI,
I have a slicer (Quarter) in report.
Where I selected quarter 1 then it should select only week 1 to week 13.
Problem:
When I select quarter 1, other columns are getting sliced except the measure.
This is how my out put look like
week | hour spent | total hours | Measure |
1 | 2 | 100 | 98% |
2 | 4 | 100 | 96% |
3 | 7 | 200 | 97% |
4 | 4 | 300 | 99% |
5 | 6 | 250 | 98% |
6 | 2 | 350 | 99% |
7 | 8 | 120 | 93% |
8 | 9 | 321 | 97% |
9 | 20 | 80 | 75% |
10 | 10 | 60 | 83% |
11 | 12 | 340 | 96% |
12 | 21 | 122 | 83% |
13 | 5 | 100 | 95% |
14 | 100% | ||
15 | 100% | ||
16 | 100% | ||
17 | 100% | ||
18 | 100% | ||
19 | 100% | ||
20 | 100% | ||
21 | 100% | ||
22 | 100% | ||
23 | 100% | ||
24 | 100% |
Column hour is total hours spent for week and total hours is total hours available for the week.
I wanted to calculate the efficiency and for that I have used measure = 1-hours spent/total hours.
All I want is when i select the slicer it should display only those value for the measure too.
Please advise.