Forum Discussion
Over threshold by quarter
- 9 years ago
Hi,
Try creating this measure
Over/Under Threshold = if(SUM(Table1[Hours])>MAX(Table1[Threshold]),"Over","Under")
Add it to a table visual and filter the Over/Under Threshold to contains Over
- 9 years ago
Close, but if you look carefully each of the project id's have a different threshold. I need it to be calculated for each individual threshold
Hi,
Try creating this measure
Over/Under Threshold = if(SUM(Table1[Hours])>MAX(Table1[Threshold]),"Over","Under")
Add it to a table visual and filter the Over/Under Threshold to contains Over
- JoeKat079 years agoFrequent Visitor
Close, but if you look carefully each of the project id's have a different threshold. I need it to be calculated for each individual threshold
- MarkS9 years agoResolver IV
Hi,
The formula calculates the threshold of each Project ID, year, and Quarter when put in a table visual with these values.
- v-huizhn-msft9 years agoMicrosoft Employee
Hi JoeKat07,
You have resolved your issue? If not, you'd better list the expected result in an example. So that we can post the solution which is close to your requirement.
Thanks.
Angelia