Forum Discussion
zeke101
Helper II
6 years agoPercentage based on top value/field
Hello,
I thought this would be a simple measure but I can't seem to figure it out. Essentially I'm trying to get the % of "Review Complete" based on the Review Complete of the top row ("WF_REVIEW_VEHICLE").
This is what I'm looking to achieve in the measure (% Per Task).....
But this is what I'm getting.....
Thanks as always!
zeke101 - Get rid of your ALL clause in your CALCULATE in your denominator then in you FILTER statement directly after that should start as
..., FILTER(ALL('IPA Data New'), ...
2 Replies
- Greg_Deckler
Community Champion
zeke101 - Get rid of your ALL clause in your CALCULATE in your denominator then in you FILTER statement directly after that should start as
..., FILTER(ALL('IPA Data New'), ...
- zeke101
Helper II
That was it! Thanks so much!