Forum Discussion
mypants
8 years agoRegular Visitor
Need Help on total percent
Hey All, I need help on creating a percentage by date, as you know grand total does a percentage based on all data elements. I tried the following: https://community.powerbi.com/t5/Desktop/P...
- 8 years ago
Hi,
Try this
=SUM('RPT DeliveryProjection'[TotalDeliveries]) / CALCULATE(SUM('RPT DeliveryProjection'[TotalDeliveries]),ALLEXCEPT('RPT DeliveryProjection','RPT DeliveryProjection'[WeekStarting]))
Ashish_Mathur
Super User
8 years agoHi,
Try this
=SUM('RPT DeliveryProjection'[TotalDeliveries]) / CALCULATE(SUM('RPT DeliveryProjection'[TotalDeliveries]),ALLEXCEPT('RPT DeliveryProjection','RPT DeliveryProjection'[WeekStarting]))
mypants
8 years agoRegular Visitor
THANK YOU SO MUCH!
- Ashish_Mathur8 years ago
Super User
You are welcome.