Forum Discussion
RikMertens
5 years agoFrequent Visitor
Using %GT columns in Measures
Hi all, I'm trying to create a measure which performs : Estimated OEE x % Time %Time is de %GT representation of the 'Estimated time'column using the 'show value as' function ...
amitchandak
5 years agoSuper User
RikMertens , A measure like
[Estimated OEE]*divide([Estimated time], calculate([Estimated time],allselcted(Table)))
RikMertens
5 years agoFrequent Visitor
Hi amitchandak i've got the measure working, thanks! However, the total row now applies the same measure, i would like to see the SUM of the calculated column 'Weighted OEE' here.