Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
| Price | Type |
| 500$ | Laptop |
| 500$ | Airpods |
| 600$ | Mobile |
| 450$ | Laptop |
| 900$ | Laptop |
| 200$ | Laptop |
i need from Type (Laptop) and sum price for just Laptop.
Best Regards.
Solved! Go to Solution.
@Anonymous
please try
CALCULATE(SUM(PRICE),FILTER(TABLE,TYPE="Laptop“))
Proud to be a Super User!
Hi @Anonymous
Measure = CALCULATE(SUM(Table[Price]), Table[Type]="Laptop")
if you need this sum witout respect any filters try also
Measure = CALCULATE(SUM(Table[Price]), Table[Type]="Laptop", ALL(Table))
Hi @Anonymous
Measure = CALCULATE(SUM(Table[Price]), Table[Type]="Laptop")
if you need this sum witout respect any filters try also
Measure = CALCULATE(SUM(Table[Price]), Table[Type]="Laptop", ALL(Table))
@Anonymous
please try
CALCULATE(SUM(PRICE),FILTER(TABLE,TYPE="Laptop“))
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |