Forum Discussion
Grouping Data with Ponders
- 5 years ago
Hi JureGa ,
We can use the split function to meet your requirement.
1. In Editor Query, split the Product column by “x”.
2. Then we need to group the product.1 and product.2.
3. At last, we can create a measure to get the result.
Measure 2 = SUMX('New table',CALCULATE(SUM('New table'[Product.1]))*CALCULATE(SUM('New table'[Sum_quantity])))If you have any question, please kindly ask here and we will try to resolve it.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
BTW, pbix as attached.
Hi v-zhenbw-msft, thank you for your reply.
You understood what I want to acchieve, result is correct but is it possible to make adjustment of the existing column "Product" and "Quantity". So that you do not create new column but manipulate existing one.
Thank you!
Jure