Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am building a matrix where the value is a measure that multiplies an average unit price with a quantity. There are 3 row levels that i can drill down to. System -> work order -> item
Value measure:
how could i rewrite the measure so the work order level is the sum of all the items, and the top level (system) is the sum of all the work orders?
thanks!
@coffjoh2004 , aup and qty are from same table, you should simply create a measure like
Sumx(Table, [aup] * [qty])
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 |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 47 | |
| 44 |