Forum Discussion
Help with measure
When I slice the "Created Date"(which represents the year), Median Actual Time values will change.
The measure is as follows:
Median Actual Time1 measure :
How can i alter the Median Actual Time measure such that i can save the different values into a calcualted column for all the Years.
Let's call this table, Table1, where i have all the "Created Date"
2 Replies
- Ashish_MathurSuper User
Hi,
I don't think the result of a measure can be saved as a calculated column in a fact table.
- MFelixSuper User
Hi ephramz ,
Has Ashish_Mathur refered you cannot save a measure in a calculated table you would need to redo your calculation of the median has part of your column.
But what is the use you want to give to that value? Measure can be used to calculated other measures, so in this case you can use a temptable on your measures where you ahve the CreatedDates and the Median and then use for your calculations.
Can you specify what do you need to store this value?