Forum Discussion
trulynaveen
6 years agoFrequent Visitor
Subtotal Issue
Hi Everyone, I'm not able to produce a subtotal in my report. Can anyone please help me to fix this? Formulas I used here are as below: JobActualHours = IF(HASONEVALUE('Budget Data'[Dep...
- 6 years ago
Hi , trulynaveen
You need to do same change in your measures .
Take the measure JobActualHours as a sample:
JobActualHours = SUMX(FILTER('Jobs Data', 'Jobs Data'[NewJobClass] in FILTERS('Budget Data'[DeptName])),('Jobs Data'[JobHours]))Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
6 years agoRefer, if this can help
https://community.powerbi.com/t5/Desktop/Percentage-of-subtotal/td-p/95390
trulynaveen
6 years agoFrequent Visitor
Sorry this is not helpful. Appreciate your response!
- v-easonf-msft6 years ago
Community Support
Hi , trulynaveen
You need to do same change in your measures .
Take the measure JobActualHours as a sample:
JobActualHours = SUMX(FILTER('Jobs Data', 'Jobs Data'[NewJobClass] in FILTERS('Budget Data'[DeptName])),('Jobs Data'[JobHours]))Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.