Forum Discussion
Aggregating a calculated measure
I have data (columns) containing yearly data points to calculate gold production
i then have a calculated measure called gold production which uses the columns and parameters (to perform sensitivity analysis)
I also have another calculated measure, called AISC, which uses the gold production calculated measure as well as other calculated measures.
i cannot aggregate AISC to a yearly average on the Card Visualization.
Where am going wrong? am i using the wrong visualization?
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Anonymous , Please check the measure2, I added. But I used your measure to do the Average calculation
The file is attached after signature
6 Replies
- amitchandak
Super User
Anonymous , Not very clear , a measure like this
averageX(values(Table[Year]), calculate(Sum(Table[AISC])))
or with date table
averageX(values(Date[Year]), calculate(Sum(Table[AISC])))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- AnonymousNot applicable
Hi Amit - thank you. I'm new to this community so I do not see how i can attach the pbix file to this message. How do you do that? There is no sensitive data so i can easily share the whole file with you.
- amitchandak
Super User
Anonymous , You can load to one drive or dropbox and share the link.
Please make sure you share expected output.
You can copy paste data from excel to here: refer my video : https://www.youtube.com/watch?v=1_XlyzV-PcY
Check the heading on progress bar to jump