Forum Discussion
Anonymous
5 years agoNot applicable
Need Help With Calculations - DAX Maybe?
Hello all. Hope you're doing well and staying safe. I am finally at the last stretch of finishing my dashboard. However, I need help with creating a card that displays a total percentage. I know ...
- 5 years ago
Hi Anonymous ,
Use the following measure:
Measure = CALCULATE(MAX('Chargeability Detail by OU'[ Utilisation for Chargeability Detail(Include Partners)]),'Chargeability Detail by OU'[ Operating Unit] = "Grand Total")Best Regards,
Dedmon Dai
v-deddai1-msft
5 years agoCommunity Support
Hi Anonymous ,
I have edit the original reply ,please try again.