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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have a matrix table where I have created 4 different measures as shown below:
Diff measure = [Second-Update] - [First-Update] and it works correctly in showing row level difference
but the delta column which is equal to DIVIDE([FIrst-Update],[Second-Update]) shows same value across all rows. I want a division of two measures for each row separately. Can anybody suggest what am I missing?
I believe your DAX is correct. I have had similiar issues when attempting to create measures for tables. I have always for a solution around this by, instead, creating calculated columns instead.
Attempt these calculations within the table view, and then pull over the fields to the matrix table.
Let me know if that helps.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |