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 ,
Create the following measure and put it in the card visual:
Measure = CALCULATE(Your table name[
Utilisation for Chargeability Detail(Include Partners)],Your table name[
Operating Unit] = "Grand Total")
Best Regards,
Dedmon Dai
Anonymous
5 years agoNot applicable
Giving me errors