Forum Discussion

mypants's avatar
mypants
Regular Visitor
8 years ago
Solved

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...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    8 years ago

    Hi,

     

    Try this

     

    =SUM('RPT DeliveryProjection'[TotalDeliveries]) / CALCULATE(SUM('RPT DeliveryProjection'[TotalDeliveries]),ALLEXCEPT('RPT DeliveryProjection','RPT DeliveryProjection'[WeekStarting]))