Forum Discussion
calculate the total
BhaveshPatel thank you but i don't understand your answer.
i want it to keep the other slicers of the report, i just want it to ignore the filter Time (the Chart Axis) so it won't calculate to each time period, but the sum of all.
and then, to add it as a tool tip
thanks!
You can use ALLEXCEPT(Query1[Time]). This will ignore the filters on the Time column.
- MP_1239 years ago
Microsoft Employee
actually it doesn't work. All(time) it's the right way.
the result is as it should be when i slice on the time, but when i add it to the chart with the time on the axis it doesn't work.
- v-huizhn-msft9 years ago
Microsoft Employee
Hi MP_123,
Slicer is used to filter rows in table. When you create a slicer, and connect it to the chart. The slicer will filter the whole chart, rather than part of it.
Best Regards,
Angelia- MP_1239 years ago
Microsoft Employee
thanks!
how do you suggest to add this calulcated measure to the chare, and to show the constant value of clicks? regardless the time?
thanks!