Forum Discussion
Quarterly Average over Weekly Average
- 8 years ago
Drag [Quarter] on top of [Week], and select the third icon "Expand all down one level in the hierarchy" in the top left corner of the visualization.
I have modified the formula for the measure:
Quarterly Average Talk Time =
CALCULATE(
SUMX(
SUMMARIZE(subAgentCall,subAgentCall[Quarter],subAgentCall[skill_name],subAgentCall[Call Type],"Quarterly Talk Time",
(SUM(subAgentCall[SUM TT])/SUM(subAgentCall[Calls Handled]))/60),[Average Talk Time]),ALLSELECTED(subAgentCall[Week]))
and I dragged [Quarter] into the shared axis. Unfortunately, I am still not getting the desired result:
The line values are different, but I am still getting a constant line instead of a line that changes as the quarter changes.
Drag [Quarter] on top of [Week], and select the third icon "Expand all down one level in the hierarchy" in the top left corner of the visualization.
- gra_wang8 years agoHelper I
Thanks for your help thus far.
Is there a way to hide the quarter axis label?
Here is how my x-axis labels look right now: