Hi Abhilash,
I am having Metric 1 that gives me the numeric values splitted monthwise at Region and Country level.
Now I have created groups for Region and Country. Placed a two different graphs in group headers of region and country. These are having X-axis as Months and Y-axis with Metric 1 and a calculated variable. Below is calculation for calculated metric
Calculated variable = if drilldowngrouplevel = 0 then Sum(Metric1, Region)/sum(metric 1 , Region) else Sum(Metric1, country)/sum(metric 1 , Region)
When i used this variable in graph, values are not matching and its giving incorrect values. Please let me know if i am doing something wrong in creating variables
Regards,
Kiran