The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
75 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
51 | |
48 | |
48 |