Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hey all,
how do I can make a measure, to count the quantity together, if the OrderID is the same.
Like the picture below, the result should be:
OrderID countQuantity
10327 65
10328 59
10329 50
10330 75
Thank you all
Solved! Go to Solution.
If you want to make a measure then just create the below measure and drag orderID and measure together to into the visual.
Countof QTY = COUNT(Table[Quantity])
If you don't want to write the measure then use the below method just right click on the field then choose the aggregation method,
Thanks,
Arul
Thanks,
Arul
If you want to make a measure then just create the below measure and drag orderID and measure together to into the visual.
Countof QTY = COUNT(Table[Quantity])
If you don't want to write the measure then use the below method just right click on the field then choose the aggregation method,
Thanks,
Arul
Thanks,
Arul
User | Count |
---|---|
81 | |
75 | |
73 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |