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
boddydan
Frequent Visitor

Creating a new table based on calculations performed on rows from another table

Hi,

I have a table containing a 'Transaction_ID' coumn along with a 'price' column, such as below:

Transaction_IDprice
112
113
115
2...etc. 

 

There can be several rows of this table containing the same transation IDs and I'd like to create a new table which asseses the rows and calculates the average price for each transaction, the minimum price...etc.:

Transaction_IDaverage priceminimum price
1  
2  
3  

 

I'd greatly appreciate any help with this. Many thanks.

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @boddydan ,

 

You have two options:

Power Query - M Language

  • Create a new table that references the first one

MFelix_0-1633348895003.png

  • Go to Transform Group by
  • Select the Group by ID and the average of the price:

MFelix_1-1633348961891.png

 

MFelix_2-1633348977878.png

 

DAX

  • Add a new calculated table with the following code:

MFelix_3-1633349163778.png

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @boddydan ,

 

Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thank you very much for your kind cooperation!

 

Hope it helps,


Community Support Team _ Caitlyn

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

MFelix
Super User
Super User

Hi @boddydan ,

 

You have two options:

Power Query - M Language

  • Create a new table that references the first one

MFelix_0-1633348895003.png

  • Go to Transform Group by
  • Select the Group by ID and the average of the price:

MFelix_1-1633348961891.png

 

MFelix_2-1633348977878.png

 

DAX

  • Add a new calculated table with the following code:

MFelix_3-1633349163778.png

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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.