Forum Discussion

Nekki's avatar
Nekki
Frequent Visitor
2 years ago
Solved

How to create re-usable measure?

Hi,

Please help.

 

I am creating a number of measures for a table and would like to extend the same measures to few more tables with similar info. How to create a reusable measure that can be generically use in other tables?

 

For example

Table name = "Apple-Table" with below info

Sales UnitPrice
1005

 

Create a measure to calculate the cost as below:

 

Cost = SELECTEDVALUE('Apple-Table'[Price])*SELECTEDVALUE('Apple-Table'[Sales Unit])

 

Assume there is another table called "Banana-Table", how to reuse the above measure to this table?

 

Thanks in advance.

  • Read about Calculation Groups. They seem to cover your requirement.

1 Reply

  • Read about Calculation Groups. They seem to cover your requirement.