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
Can I do this in DAX ?
2 Replies
- amitchandakSuper User
RikMertens , A measure like
[Estimated OEE]*divide([Estimated time], calculate([Estimated time],allselcted(Table)))
- RikMertensFrequent 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.