Forum Discussion
evano_oruvan
3 years agoFrequent Visitor
Take average from two different measure from two different tables
I want to take average of both measure from table1 and table2, i tried average formula it did not recognise my measure,
i want average of both measure, create like named 'abg of both measure column'
1 Reply
- amitchandakSuper User
Create measure like below and use that with common dimension
Divide([Measure1] + [Measure2]],2)