Forum Discussion
Anonymous
5 years agoNot applicable
Create a measure based on a filtered value
I feel like this should be easy and maybe my brain is just fried today. I am trying to show my list of projects and the Decision Points Values in a table. However - the Decision points currently ...
- 5 years ago
Can you use the simplier version of the formula below? Or, do you have to have 'Values' instead of MAX?
Gate A = CALCULATE( MAX(Projects[Actual/Trend]), Projects[Gate] = "A")
fhill
Resident Rockstar
5 years agoCan you use the simplier version of the formula below? Or, do you have to have 'Values' instead of MAX?
Gate A = CALCULATE( MAX(Projects[Actual/Trend]), Projects[Gate] = "A")
- Anonymous5 years agoNot applicable
Not Attached to Values 🙂 Just thought that was the right thing to use! Thanks so much, this worked great.