Forum Discussion
Nekki
2 years agoFrequent Visitor
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 Unit | Price |
| 100 | 5 |
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
- lbendlinSuper User
Read about Calculation Groups. They seem to cover your requirement.