Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a table containing a 'Transaction_ID' coumn along with a 'price' column, such as below:
Transaction_ID | price |
1 | 12 |
1 | 13 |
1 | 15 |
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_ID | average price | minimum price |
1 | ||
2 | ||
3 |
I'd greatly appreciate any help with this. Many thanks.
Solved! Go to Solution.
Hi @boddydan ,
You have two options:
Power Query - M Language
DAX
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @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.
Hi @boddydan ,
You have two options:
Power Query - M Language
DAX
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
98 | |
76 | |
76 | |
49 | |
27 |