Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ephramz
Helper II
Helper II

Help with measure

ephramz_0-1637023145178.png

 


When I slice the "Created Date"(which represents the year), Median Actual Time values will change.
The measure is as follows:

Median Actual Time =
SUMX(
ADDCOLUMNS(VALUES('ENGG VW_TRM'[Op. No.]),
"Median Actual Time1",[Median Actual Time1]
),[Median Actual Time1]
)


Median Actual Time1 measure : 

Median Actual Time1 =
VAR compare_ =
IF(DIVIDE([Average Time] - [Median1], [Median1]) >= 0.50 || DIVIDE([Average Time] - [Median1], [Median1]) <= -0.50,1,0)
RETURN
IF(compare_=1,[Average Time] ,[Median1])


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 2
MFelix
Super User
Super 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?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Ashish_Mathur
Super User
Super User

Hi,

I don't think the result of a measure can be saved as a calculated column in a fact table.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.