Forum Discussion
Jruiz218
6 years agoFrequent Visitor
Please Help!!! Grand Total Calculating Wrong Average - Power Pivot
Hello! Im migrating a report from regular Excel tables/Pivots over to PowerPivot, currently this is my scenario: In the old version of the report my source data came in the following format: ...
- 6 years ago
Hi Jruiz218 ,
Based on the data you have send out you need to do the following:
- Create a measure with the Average of the Hours Handled (this will be used as an intermediat step)
Measure_Average_Hour_Handle =AVERAGE('Dummy Data'[Hours Handled])- Add another measure:
Average_Hours_Handled = IF ( HASONEVALUE ( 'Calendar Resolved'[Date] ); [Measure_Average_Hour_Handle]; AVERAGEX ( SUMMARIZE ( 'Calendar Resolved'; 'Calendar Resolved'[Date]; 'Calendar Resolved'[Week Number] ); [Measure_Average_Hour_Handle] ) )Should work as expected.
MFelix
3 years agoSuper User
Hi sara11 ,
Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.
sara11
3 years agoHelper I
MFelix,
Thank you very much for your willingness to help me. I sent you, by private message, the link to download my data, as well as the measures I wrote.