Forum Discussion

Anton-G's avatar
Anton-G
Helper I
8 years ago

Add multiple values in measure

Need to create a measure to get a fixed limit value (red line) in a line and stacked column chart.

Have week number that I need to create a relationship to.

Connects to SQL Server Analysis Services Database.

 

Suggestions for DAX question?

 

Attach an image to illustrate what I'm trying to create.

8 Replies

    • Anton-G's avatar
      Anton-G
      Helper I

      Forget the word "fixed" value has updated the original question.

      Here's a more clarification of what I'm looking for.

       

      Have week number
      Have Counts
      Need to add limit, limit is a fixed value that will always be the same between years. I think I need to create a dax to add it, to get it before, I've used "red = 5" but do not know how to get a variation.

       

      WeekLimitCounts
      152
      253
      351
      454
      555
      652
      753
      852
      953
      10106
      11108
      121011
      13108
      14107
      15106
      1652
      1753
      1851
      1953
      2052
      • v-jiascu-msft's avatar
        v-jiascu-msft
        Microsoft Employee

        Hi Anton-G,

         

        For one year only has one week and the week is unique in the X-axis, I would suggest you add the column in the Values and take the average of them.

        Add_multiple_values_in_measure

         

         

        Best Regards,

        Dale