Forum Discussion
cmills_Greystar
3 years agoFrequent Visitor
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.
I was able to determine the right syntax to complete my measure.
5 Replies
- AhmedxSuper User
I think you also need to add
ALLSELECTED('Date'[year]) - cmills_GreystarFrequent Visitor
That didn't seem to work 😞
- AhmedxSuper User
Share sample pbix file to help you.
- cmills_GreystarFrequent 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.
- cmills_GreystarFrequent Visitor
I was able to determine the right syntax to complete my measure.