Forum Discussion
Dealing with Measure Totals
Great post. It give insight into why PBI is the way it is. My attempt to apply the knowledge above is failing. This matrix has muliple at a page level so the HASONEFILTER is not working out? The HASONEVALUE is not working out for me either.
Here is the measure. Edit tips appreaciated. (Credit to Ashish_Mathur)
Forecast = if(MIN('Calendar'[Date])<[First month in which data is available],BLANK(),if(EOMONTH(MAX(Workfront[Due On]),0)>=EOMONTH(MAX('Calendar'[Date]),0),
CALCULATE([3 month av],DATESBETWEEN('Calendar'[Date],[Month till where data is available],[Month till where data is available])),BLANK()))
- Ashish_Mathur8 years ago
Super User
Hi,
What result are you looking for? What is your data? Explain.
- OKgo8 years ago
Helper IV
I'd like those 86 values to be 82.- Ashish_Mathur8 years ago
Super User
Hi,
I really do not know how you arrive at 82. It is defenitely not a summation of the numbers in the column above. Put in some more effort and explain your data/question.
- Anonymous6 years agoNot applicable
Hi
totals wrongly showing in matrix visual
Can you just help me to create the measure for ''average of Totals''.Row headers are place name.Thanks
- Anonymous6 years agoNot applicable
Refer this solution for wrong total.Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.