Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Nekki
Frequent 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 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.

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

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

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors