Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi All,
I have one doubt. from the below table I need to get Total Qty=55 instead of 152. Can please help me here. Based on distinct Project ID I need the total Qty.
Thank you for your time.
Regards
Vivek B
Solved! Go to Solution.
You can use
Quantity =
VAR SummaryTable =
SUMMARIZE ( 'Table', 'Table'[Project ID], 'Table'[Qty] )
VAR Result =
SUMX ( SummaryTable, 'Table'[Qty] )
RETURN
Result
Hi Johnt,
Appericiate for you time, the solution is working
Thank You
Vivek
You can use
Quantity =
VAR SummaryTable =
SUMMARIZE ( 'Table', 'Table'[Project ID], 'Table'[Qty] )
VAR Result =
SUMX ( SummaryTable, 'Table'[Qty] )
RETURN
Result
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
66 | |
42 | |
42 |
User | Count |
---|---|
46 | |
38 | |
28 | |
27 | |
26 |