Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I need to summarize this table and get the minimum price value per code:
Thanks!
Solved! Go to Solution.
Hi,
from your table
similar to this one
You have to Group by
and you obtain:
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
Hi,
from your table
similar to this one
You have to Group by
and you obtain:
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |