Forum Discussion

cmills_Greystar's avatar
cmills_Greystar
Frequent Visitor
3 years ago
Solved

How do I return the same result for every row using a measure?

The measure is returning the correct result, but I'd like it to return that result in every row.  I am attempting to show the change in penetration from the start of the year.  

 

But I also need to show that Year Start penetration in other visuals, not just the change.

5 Replies

  • I think you also need to add

    ALLSELECTED('Date'[year])
    • cmills_Greystar's avatar
      cmills_Greystar
      Frequent Visitor

      Unable to do that at this time as it contains PPI data.  Will work on compiling something that removes all of that.

       

      Thank you.

  • I was able to determine the right syntax to complete my measure.