I would like to obtain a single row for each combination of product, category and price (I'm not interested in the aggregation per sub product). All the product in each category have the same price.
I tried to do a group by in different ways but when I show product, category and price in power bi table visualization, it doesn't show the correct total value.
How can I do that?