Forum Discussion

Ubaid's avatar
Ubaid
Frequent Visitor
4 years ago
Solved

Unable to get average based on X-axis

Hi, I have used line and stacked column chart in my dashboard, and I have calculated the average seperately for each group but the line in graph is not showing average according to the group values i...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    4 years ago

    Hi,

    This should be the measure of the line chart

    Measure = calculate([your measure],all(Data[City]))

    Hope this helps.