Forum Discussion
Please Help!!! Grand Total Calculating Wrong Average - Power Pivot
- 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.
Hi, I don't know if you could help me with a question that is similar to this one. I want to calculate the average of the difference between two columns (max and min) for the different attempts that I have and that range from 1 to 5, where both the max column and the min column have to be greater than 0. When they aren't, I want it to be blank so it doesn't enter in the average calculation. I've tried different measures, but without success. The average total is always different. Can you help me, please?
I have a dummy table available to help.
Thank you very much in advance.
- MFelix3 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.- sara113 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.